Why the naming causes so much confusion
FTP, FTPS, and SFTP all share "FTP" in the name and serve the same broad purpose β transferring files between systems β but they are built on different underlying protocols with different security models. Assuming they are interchangeable variations of the same protocol is one of the most common mix-ups in basic networking.
What "secure" actually protects against
Both SFTP and FTPS encrypt data in transit, protecting against someone intercepting login credentials or file contents while they travel over the network. Neither protocol on its own controls what happens to files once they reach their destination β that depends on the server's own access controls and security practices.
Frequently Asked Questions
Is FTP still used today?
Plain FTP is far less common than it once was for anything involving sensitive data, but it still appears in specific legacy systems, internal trusted networks, or cases where compatibility with older software matters more than encryption.
Do SFTP and FTPS use the same port?
No. SFTP typically uses port 22 (shared with SSH), while FTPS typically uses port 21 for control plus additional ports for data, similar to standard FTP's port usage.