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

笑着哭i 提交于 2019-12-17 16:26:30

问题


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

Are they the same?


回答1:


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.



来源:https://stackoverflow.com/questions/8599862/is-sftp-and-ftp-over-ssl-a-same-thing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!