Secure file transfer program

This is an old revision of this page, as edited by Narky Blert (talk | contribs) at 14:35, 25 November 2020 (Reverted to revision 963802411 by Ghettoblaster (talk): Links to DAB pages must go through the (disambiguation) qualifier per WP:INTDAB). 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), which runs inside the encrypted Secure Shell connection.

sftp
Developer(s)The OpenBSD Project
Repositorygithub.com/openssh/openssh-portable/
Written inC
Operating systemUnix, Unix-like, Microsoft Windows
TypeCommand
LicenseBSD, ISC, public ___domain
Websitewww.openssh.com

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

One common implementation of sftp is part of the OpenSSH project.[1] There are other command-line SFTP clients that use different names, such as lftp, PSFTP and PSCP (from PuTTY package) and WinSCP.

See also

References