Jump to content

Secure file transfer protocol

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 213.213.141.71 (talk) at 03:52, 18 March 2009 (changed incorrect information about Secure FTP vs. SFTP). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The term secure file transfer protocol can refer to both following protocols:


The ambiguity comes from the acronym for the SSH-based SSH File Transfer Protocol having the same acronym as one of the terms referring to tunneling true FTP connections over SSH: Secure FTP. The real SFTP protocol does not use FTP, but it is implemented in a diverse array of clients such as FileZilla, WinSCP, and the command line program 'sftp' from the OpenSSH project included on most GNU/Linux and BSD distributions. Clients which implement tunneling raw FTP over SSH (so-called Secure FTP) are much more rare, but include version 3 of SSH Communications Security's software suite, and the GPL licensed FONC.