SFTP
From FreeBSDwiki
(Difference between revisions)
m (Reverted edits by 125.60.230.72 (Talk); changed back to last version by Jimbo) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''SSH File Transfer Protocol''' 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]] |
Latest revision as of 12:44, 21 January 2008
SSH File Transfer Protocol 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.