Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > SSH file transfer protocol


:The term SFTP can refer to several network protocols other than this one.

In the context of the secure shell (SSH) network protocol, SFTP can refer to one of two related things:

Compared to the earlier scp protocol, the SFTP protocol allows for many more operations on remote files -- it is more like a remote file system protocol. It attempts to be more platform-independent; for instance, with scp, the expansion of wildcards specified by the client was up to the server, whereas SFTP's design avoids this problem.

The sftp program accordingly provides an interactive interface similar to that of traditional ftp clients. The SFTP protocol is however not simply FTP run over SSH (see secure FTP); it is a new protocol designed from the ground up by the IETF SECSH working group.

Some implementations of the scp program actually use the SFTP protocol to perform file transfers.

sftp is most often associated with SSH protocol version 2 implementations, having been designed by the same working group. However, it is possible to run it over SSH-1, and some implementations support this.

Cryptographic software Cryptographic protocols Internet protocols



Non User