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

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