Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.5k views
in .NET FTP by (120 points)
Hello

There was the same question earlier - http://www.enterprisedt.com/forums/view ... hp?p=10281

I have written some simple code, that measures the transfer speed with different buffer sizes, but I can not change buffer size for current upload process.
If I call setTransferBufferSize, the value has changed in general settings, but the upload process that has already been started is still running with a buffer that has been set up at the moment when the upload was started.

Is there a way to change transfer buffer in a working upload process?

---
WBW, A.J.G.

1 Answer

0 votes
by (162k points)
No. The transfer buffer is being continually used during the transfer process. There is no way of changing it, unless you halt the transfer.

Categories

...