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:
What FTP Commands Require Data Connections
What FTP Commands Require Data Connections?
✍: FYIcenter.com
When you use your FTP client tool to interact with a FTP server,
some interactions (or commands) use the control connection only.
But some interactions (or commands) will require temporary data connections.
Here are some command examples of a typical FTP client tool that require data connections:
ftp> dir
Requires a data connection to get a list of files and subfolders
ftp> get readme.txt
Requires a data connection to download a copy of the specified file.
ftp> put photo.jpg
Requires a data connection to upload a copy of the specified file.
One advantage of using a temporary data connection instead of the control connection to download or upload files is to allow the client to create child thread to work on the file transfer. This frees up the main thread to continue to take new commands while the data transfer is still going on.
⇒ FTP Data Connection Modes: Passive or Active
⇐ FTP Control Connection and Data Connection
2016-11-11, ∼2776🔥, 0💬
Popular Posts:
"Muss i denn" is a German folk song in the Swabian German dialect. The present form dates back to 18...
Where to find answers to frequently asked questions on Microsoft Skype? I want to know how to know h...
How to remove Microsoft Teams form my Windows 7 system? I don't want it any more. You can remove Mic...
Should I sign in to Google account after installing Google Chrome 55? When you run Google Chrome 55 ...
How to download Google Chrome 31? I heard it has some really nice features for Web developers. If yo...