When I have http as well as ftp options (like the Hadoop download page), should I prefer ftp?
I have tried ftp before and did not notice any significant difference. Is it supposed to perform better?
|
When I have http as well as ftp options (like the Hadoop download page), should I prefer ftp? I have tried ftp before and did not notice any significant difference. Is it supposed to perform better?
| |||
|
feedback
|
|
Stolen from eHow, link at the bottom
Read more: HTTP Vs. FTP File Transfer | eHow.com http://www.ehow.com/about_5435784_http-vs-ftp-file-transfer.html#ixzz0wlUSkVIY | |||||
feedback
|
|
In general, general answers about network performance of a protocol are very difficult, because performance very much depends on the specific network setup, often more than on the protocol used. That said, I do not know of any reason why the data throughput of http and ftp should be different. Both basically just send data over a TCP stream, so the actual data transfer process is the same. So, no, in general download speeds should be the same for ftp and http. http is usually preferred for other reasons: It works better with firewalls (can be proxied), it allows restart of interrupted downloads, and can supply the media type along with the download (MIME), it is easier to encrypt (TLS/SSL), etc... | |||||||||||
feedback
|