Can FTP have multiple TCP connection for multiple parallel file transfer

后端 未结 2 1982
天涯浪人
天涯浪人 2021-02-05 16:41

While reading the FTP protocol specification from : (http://www.pcvr.nl/tcpip/ftp_file.htm). I came across this \"FTP differs from the other applications that we\'ve described b

2条回答
  •  太阳男子
    2021-02-05 17:11

    No it can't. FTP uses a control connection for sending commands and a data connection that exists for the duration of the file transfer or directory listing retrieval, that's it.

    For more information you can consult RFC 959, which defines the specs of the FTP protocol.

提交回复
热议问题