Secure file transfer program: Difference between revisions

Content deleted Content added
Reverted to revision 963802411 by Ghettoblaster (talk): Links to DAB pages must go through the (disambiguation) qualifier per WP:INTDAB
m Replaced outdated html code with wikicode. Please see Category:Articles with HTML markup.
Line 17:
| website = {{URL|https://www.openssh.com/}}
}}
'''<tt>{{mono|sftp</tt>}}''' is a [[command-line interface]] client [[Computer program|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 command-line [[File Transfer Protocol|FTP]] clients.
 
One common implementation of <tt>{{mono|sftp</tt>}} is part of the [[OpenSSH]] project.<ref name="openssh">[https://man.openbsd.org/sftp sftp man page from the OpenSSH project]</ref> There are other command-line SFTP clients that use different names, such as [[lftp]], PSFTP and PSCP (from [[PuTTY]] package) and [[WinSCP]].
 
==See also==