Secure file transfer program: Difference between revisions

Content deleted Content added
mNo edit summary
Onlynone (talk | contribs)
the sftp command DOES implement the ssh file transfer protocol, and adding references
Line 1:
The sftp command is a client program implementing the [[SSH file transfer protocol]].<ref name="openssh">[http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1 sftp man page from the openssh project]</ref> This should not be confused with running an [[FTP_over_SSH|FTP client over an SSH connection]].
Contrary to its name, the sftp command is '''not''' an '''SFTP''' client (''SSH File Transfer Protocol''), but it is an '''FTP-over-SSH''' client (an FTP client over an SSH tunnel).
 
sftp is part of the [[OpenSSH]] project.<ref name="openssh" />
 
<references/>
In fact, [[SFTP]] can designate two different TCP/IP protocols:
* [[SSH File Transfer Protocol]] (the today's main meaning of SFTP)
* [[Secure File Transfer Protocol]] (replaced by '[[FTP over SSH]]')
 
 
sftp is part of the [[OpenSSH]] project.