Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
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, ≈13🔥, 0💬
Popular Posts:
How to log in to Microsoft Teams with a Web browser? I know that my company is using Microsoft Teams...
How to Uninstall Skype Meetings App on Windows? I don't need it anymore. You can following this tuto...
How do I know what cookies a Website is sending to Mozilla Firefox 2.0? When you are visiting a Webs...
How to insert a dynamic field code manually in Microsoft Word? I know how the field code works. If y...
What is outlook.office365.com? Our IT tells us to migrate to outlook.office365.com. outlook.office36...