Anybody know of some good ways to speed up FTP transfers? TCP/IP latency is always a problem...
|
|
|||
|
closed as not programming related by Joel Coehoorn, Learning, Adam Davis, Rich B, ryeguy Apr 2 at 23:12 |
|
|
Increase your TCP window size. |
||
|
|
|
|
Compress your items before sending. |
||
|
|
|
|
What Brian said: increase your TCP window size. For more info on why and how to do that, look here: A User's Guide to TCP Windows |
||
|
|
|
|
set mode to binary |
||
|
|
|
|
Put your FTP client in the same data-center as the server. That's guaranteed to improve your latency significantly... |
||
|
|
