Try adjusting these options under the [FTP] section of the .ini file.
Transfer_Buffer = 131072
DataSocket_Send_Buffer = 32864
DataSocket_Recv_Buffer = 32864
The send/recv buffer sizes I believe are limited to 64k, but on a fast local connection go ahead and raise these. Over the internet raising these may actually decrease performance if you get packet loss since a single dropped packet winds up with a retransmission of everything in the buffer from the point of the dropped packet...
Increasing the size of the internal transfer buffer may help optimize disk accesses.
|