Jump to content

Secure file transfer program

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2601:644:202:8600:5cf4:2eb5:1294:ad19 (talk) at 00:07, 26 May 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

sftp is a command-line interface client program to transfer files using the SSH File Transfer Protocol (SFTP) 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]

See also

References