Secure file transfer program: Difference between revisions

Content deleted Content added
Secure File Transfer '''Program''' (sftp) does not uses the Secure File Transfer '''Protocol''' (or FTP over SSH)
Added {{More citations needed}} tag
 
(39 intermediate revisions by 28 users not shown)
Line 1:
{{Short description|Secure file-transfer software}}
The sftp command (''Secure File Transfer Program'') is an [[SFTP]] client for Unix-like Operating Systems.
{{About|the program that uses SSH File Transfer Protocol (as in OpenSSH)|protocols and programs with similar names|Secure file transfer protocol (disambiguation){{!}}Simple file transfer protocol}}
{{More citations needed|date=December 2024}}
{{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/}}
}}
'''{{mono|sftp}}''' 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.
 
ContraryIt toprovides itsan name,interactive sftpinterface doessimilar notto usesthat theof [[Securetraditional File Transfer Protocol]] (or FTP over SSH) but it uses thecommand-line [[SSH 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]].
sftp has been developed by Damien Miller, who is also the main developer of [[OpenSSH]]
 
==See also==
* [[Comparison of SSH servers]]
* [[Comparison of SSH clients]]
 
==References==
{{Reflist}}
 
{{Windows commands}}
 
[[Category:Command-line software]]
[[Category:SSH File Transfer Protocol clients]]
 
{{security-software-stub}}