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