Make ftp transfer buffer size configurable
the current value is fixed value 16KB in
source/filezilla/TransferSocket.cpp
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
source/filezilla/TransferSocket.cpp
#define BUFSIZE 16384
It would be good we could config the value up to 4MB