SFTP
From FreeBSDwiki
(Difference between revisions)
Ninereasons (Talk | contribs) (a bit more description) |
|||
Line 1: | Line 1: | ||
− | + | '''SSH File Transfer Protocol''' is is the standard file transfer protocol for use with the SSH2 protocol, as [[scp]] was the standard file transfer protocol for SSH. Unlike ''scp'', the SFTP protocol (as implemented for example by the client program, '''[[sftp]]''') does not require access to the shell on the remote site. | |
+ | |||
+ | Despite its name, SFTP is not related to the [[FTP]] protocol. However, many modern [[FTP client]]s incorporate SFTP capabilities into the same user interface, together with FTP capabilities. | ||
− | |||
[[Category:FreeBSD Terminology]] | [[Category:FreeBSD Terminology]] |
Revision as of 14:17, 5 May 2006
SSH File Transfer Protocol is is the standard file transfer protocol for use with the SSH2 protocol, as scp was the standard file transfer protocol for SSH. Unlike scp, the SFTP protocol (as implemented for example by the client program, sftp) does not require access to the shell on the remote site.
Despite its name, SFTP is not related to the FTP protocol. However, many modern FTP clients incorporate SFTP capabilities into the same user interface, together with FTP capabilities.