Jump to content

Secure file transfer program

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 192.54.144.229 (talk) at 11:23, 3 May 2011 (mention the sftp-server program and mention that it runs inside the ssh connection to give a quick intro to the protocol). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The sftp command is a command-line client program implementing the client-side of the SSH file transfer protocol as implemented by the sftp-server command by the OpenSSH project, which runs inside the encrypted Secure Shell connection.[1]

It provides an interactive interface similar to that of traditional FTP clients.

sftp should not be confused with running an FTP client over an SSH connection.

One implementation of sftp is part of the OpenSSH project.[1]