Secure file transfer program
Secure file-transfer software
From Wikipedia, the free encyclopedia
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.
Written inC
| sftp | |
|---|---|
| Developer | The OpenBSD Project |
| Written in | C |
| Operating system | Unix, Unix-like, Microsoft Windows |
| Type | Command |
| License | BSD, ISC, public domain |
| Website | www |
| Repository | github |
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.