Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Make FTP transfer buffer size configurable

I have done some tests and I do not see any speed difference even with 1MB buffer.
I can send you a custom build if your want to test in your environment. Contact me at my email address.

Note that the OS-level buffer is already set to 4MB. That's probably why the application buffer size has little if any impact.
martin

Re: Make FTP transfer buffer size configurable

Thanks for your suggestion. I'll look into it.
Jimmy

Make FTP transfer buffer size configurable

the current value is fixed value 16KB in
source/filezilla/TransferSocket.cpp
#define BUFSIZE 16384

It's too small for large file transfer in fast LAN/WAN network.
It would be good we could config the value up to 4MB.