vote up 1 vote down star

Anybody know of some good ways to speed up FTP transfers? TCP/IP latency is always a problem...

flag

Wait for the IT version of stackoverflow to open, and ask this question there... – Adam Davis Apr 2 at 20:15

closed as not programming related by Joel Coehoorn, Learning, Adam Davis, Rich B, ryeguy Apr 2 at 23:12

5 Answers

vote up 2 vote down check

Increase your TCP window size.

link|flag
vote up 5 vote down

Compress your items before sending.

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

set mode to binary

link|flag
vote up 0 vote down

Put your FTP client in the same data-center as the server. That's guaranteed to improve your latency significantly...

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.