Jump to content

Secure file transfer program

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Prikryl (talk | contribs) at 16:43, 3 January 2020 (the server does not have to be OpenSSH sftp-server). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
sftp
Developer(s)The OpenBSD Project
Written inC
Operating systemUnix, Unix-like, Microsoft Windows
TypeCommand
LicenseBSD, ISC, public domain
Websitewww.openssh.com

sftp is a command-line interface client program to transfer files using the SSH File Transfer Protocol (SFTP), which runs inside the encrypted Secure Shell connection.

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 common implementation of sftp is part of the OpenSSH project.[1]

See also

References