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
Speed of transfer
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.
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.