Speed of transfer

Core FTP client questions and answers
Post Reply
randy998
Posts: 4
Joined: Fri Sep 02, 2005 3:16 pm

Speed of transfer

Post by randy998 »

I was wondering. Why is FTP slower than an HTTP Download? Is there a way to make ftp transfers quicker? some registry hack etc...


Thanks

Randy
Brendon K
Posts: 139
Joined: Mon Aug 15, 2005 8:16 pm

Post by Brendon K »

HTTP is coming from a specialized server process that is made to be extremely efficient (most likely, Apache as it dominates the market) and is optimized for quickness. An FTP program must first connect to the FTP daemon, which may sometimes work THROUGH the HTTP server, depending on the setup, therefore adding an additional task.

FTP may also be secured via SFTP, which can slow down the process as it checks for proper authentication.

It's not always slower, in fact sometimes it's faster. But, in my experience, usually HTTP downloads are faster. ;)

Either way, whether I'm correct in my statements or not, there isn't really a registry hack to make it (FTP downloads) faster.
jeffd
Posts: 113
Joined: Thu May 06, 2004 6:12 am

Post by jeffd »

If you increase the size of your buffers it should help too.

Go to the advanced - connection settings of the site profile and increase the send to 4096, receive 16384.

If you go higher than 32k on the receive it can sometimes slow thigns down.
Post Reply