BufferSize bug with protocol SFTP - WeOnlyDo Discussion board

BufferSize bug with protocol SFTP (General questions)

by dtw01, Tuesday, December 12, 2006, 19:52 (6555 days ago)

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: