Content deleted Content added
mNo edit summary |
Added {{More citations needed}} tag |
||
(13 intermediate revisions by 9 users not shown) | |||
Line 1:
{{Short description|Secure file-transfer software}}
{{About|the program that uses SSH File Transfer Protocol (as in OpenSSH)|protocols and programs with similar names|Secure file transfer protocol (disambiguation){{!}} {{More citations needed|date=December 2024}}
'''<tt>sftp</tt>''' is a [[command-line interface]] client [[Computer program|program]] to transfer files using the [[SSH File Transfer Protocol]] (SFTP) as implemented by the <tt>sftp-server</tt> command by the [[OpenSSH]] project, which runs inside the encrypted [[Secure Shell]] connection.<ref name="openssh">[https://man.openbsd.org/sftp.1 sftp man page from the OpenSSH project]</ref>▼
{{Infobox Software
| name = sftp
| logo =
| screenshot =
| screenshot size =
| caption =
| developer = The [[OpenBSD]] Project
| released =
| latest release version =
| latest release date =
| repo = {{URL|https://github.com/openssh/openssh-portable/}}
| programming language = [[C (programming language)|C]]
| operating system = [[Unix]], [[Unix-like]], [[Microsoft Windows]]
| genre = [[Command (computing)|Command]]
| license = [[BSD licenses#2-clause|BSD]], [[ISC license|ISC]], [[Public-___domain software|public ___domain]]
| website = {{URL|https://www.openssh.com/}}
}}
▲'''
It provides an interactive interface similar to that of traditional command-line [[File Transfer Protocol|FTP]] clients.
One common implementation of {{mono|sftp}} 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==
* [[Comparison of SSH servers]]
* [[Comparison of SSH clients]]
Line 19 ⟶ 35:
[[Category:Command-line software]]
[[Category:
{{security-software-stub}}
|