FTP Passive Mode
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-passive-mode/" 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-passive-mode/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/ftp-passive-mode/)
Use the native HTML custom element.
An FTP data transfer mode where the client initiates both the control and data connections to the server, solving firewall and NAT traversal problems common in active mode. The client sends a PASV command; the server responds with an IP address and port that the client then connects to for the data transfer. Passive mode is now the default in most modern FTP clients.