FTP Control Channel
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/ftp-control-channel/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/ftp-control-channel/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/ftp-control-channel/)
Use the native HTML custom element.
The persistent TCP connection on port 21 used for sending FTP commands and receiving reply codes throughout an FTP session. The control channel remains open for the entire session lifetime and carries human-readable commands such as USER, PASS, LIST, RETR, and STOR. It is kept separate from the data channel, which is opened on demand for actual file content and directory listings.