FTPS (FTP Secure)
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/ftps/" 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/ftps/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/ftps/)
Use the native HTML custom element.
FTP extended with TLS encryption to secure both the control and data channels. Implicit FTPS (port 990) requires TLS from the very start of the connection, while explicit FTPS uses a STARTTLS-like AUTH TLS command on port 21 to upgrade the existing plaintext connection to TLS. FTPS is the standards-track approach to securing traditional FTP, distinct from the SSH-based SFTP protocol.