BufferSize bug with protocol SFTP (General questions)
If you set BufferSize to 0 as your documentation suggests, the buffersize stays at 0 with the protocol SFTP. This results in sending a 0 byte file instead of the entire file and does not generate any errors. I pulled out the setting of the BufferSize entirely in my code and then it sends with the default of 32k.
Here's what your documentation states.
If you set BufferSize to 0 (default value), wodFtpDLX.NET will internally adjust its buffers to match server's. Usually, this will be arround 32k
Complete thread:
- BufferSize bug with protocol SFTP - dtw01, 2006-12-12, 19:52
- Re: BufferSize bug with protocol SFTP - wodDamir, 2006-12-13, 09:25