Categories:
Cloud (163)
Entertainment (11)
Facebook (43)
General (17)
Life (30)
Programming (33)
Technology (249)
Testing (4)
Tools (448)
Twitter (5)
Wearable (26)
Web Design (9)
Collections:
Other Resources:
FTP Control Connection and Data Connection
What are Control Connection and Data Connection used in FTP protocol?
✍: FYIcenter.com
FTP protocol uses two independent connections to perform communication tasks:
1. Control Connection - Control Connection is used for the FTP client to send commands to the FTP server, and receive replies from the server.
When a FTP client connects to a FTP server, a control connection will be established immediately using the TCP protocol. The client then uses the control connection to send FTP commands to the server. For example, USER to provide user name, PASS to provide password, CWD to change directory, or QUIT to end the session.
2. Data Connection - Data Connection is used for the FTP client to upload or download data with the FTP server.
When the FTP client wants to exchange data with the FTP server, like upload or download a file, it will work with the server to establish a new temporary data connection using the UDP protocol in passive mode or activate mode.
Here is diagram showing the two types of connections used in FTP protocol:
⇒ What FTP Commands Require Data Connections
⇐ What Is FTP (File Transfer Protocol)?
2016-11-11, 3632👍, 0💬
Popular Posts:
Sometimes I see special symbols are showing up at the end of each paragraph in my Microsoft Word doc...
What browser to use to cast Website and video to Chromecast devices on my iPhone and iPad? On your i...
How to set column to be AUTO_INCREMENT in MySQL? And how to set its start value and increment value?...
How to start to troubleshoot my Actiontec GT784WNV Modem? I am not able to access Internet. If you a...
What is the difference between a Web page and a Single File Web Page? Word supports 2 Web page forma...