captainPlus
Programmer
Hello all,
I've a code, uploading to FTP via FtpWebRequest. I read from a BinaryStream and write it to FTP stream.
What I ask is what is the optimum size of read/write blocks to FTP? I know this may differ depending on client speed/server speed/network status etc. But in your experience, which value is better to be used?
Best,
Ali
I've a code, uploading to FTP via FtpWebRequest. I read from a BinaryStream and write it to FTP stream.
What I ask is what is the optimum size of read/write blocks to FTP? I know this may differ depending on client speed/server speed/network status etc. But in your experience, which value is better to be used?
Best,
Ali