Is “SFTP” and “Ftp over SSL” a same thing? [closed

2019-01-18 05:02发布

I need to write a program to send some files to a "sftp" server. I googled, but found there is similar thing called "ftp over SSL".

Are they the same?

标签: ftp sftp
1条回答
老娘就宠你
2楼-- · 2019-01-18 05:49

Wikipedia explains the differences: http://en.wikipedia.org/wiki/FTPS

FTPS (also known as FTP Secure and FTP-SSL) is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and the Secure Sockets Layer (SSL) cryptographic protocols.

FTPS should not be confused with the SSH File Transfer Protocol (SFTP), an incompatible secure file transfer subsystem for the Secure Shell (SSH) protocol. It is also different from Secure FTP, the practice of tunneling FTP through an SSH connection.

查看更多
登录 后发表回答