Comparing HTTP and FTP for transferring files

前端 未结 6 1633
既然无缘
既然无缘 2020-11-28 01:51

What are the advantages (or limitations) of one over the other for transferring files over the Internet?

(I am aware of secure forms of both protocols. I\'d like to

6条回答
  •  無奈伤痛
    2020-11-28 02:22

    Both of them uses TCP as a transport protocol, but HTTP uses a persistent connection, which makes the performance of the TCP better.

提交回复
热议问题