|
FTP stands for the File Transfer Protocol. It is the most common file transfer protocol that most applications use. The standard for FTP is defined in RFC 959.
FTPS is FTP over the Secure Socket Layer (SSL/TLS).
SFTP has nothing to do with the FTP protocol, but it does provide a similar functionality. SFTP works over SSH. |