Secure file transfer program: Difference between revisions

Content deleted Content added
m Reverted edits by 112.121.55.5 (talk) to last version by Dawynn
Add more information, moved from SSH_File_Transfer_Protocol#SFTP client
Line 1:
The <tt>sftp</tt> command is a [[command-line]] client [[Computer program|program]] implementing the client-side of the [[SSH file transfer protocol]] which is implemented by the sftp-server command by the [[OpenSSH]] project.<ref name="openssh">[http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1 sftp man page from the openssh project]</ref> This should not be confused with running an [[FTP_over_SSH|FTP client over an SSH connection]].
 
It provides an interactive interface similar to that of traditional [[File Transfer Protocol|FTP]] clients.
sftp is part of the [[OpenSSH]] project.<ref name="openssh" />
 
<tt>sftp</tt> should not be confused with running an [[FTP_over_SSH|FTP client over an SSH connection]].
 
One implementation of <tt>sftp</tt> is part of the [[OpenSSH]] project.<ref name="openssh" />
 
<references/>