Secure file transfer program: Difference between revisions

Content deleted Content added
Stub-sorting. You can help!
Added {{More citations needed}} tag
 
(33 intermediate revisions by 23 users not shown)
Line 1:
{{Short description|Secure file-transfer software}}
The sftp command is a client program implementing the [[SSH file transfer protocol]].<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]].
{{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.
 
It provides an interactive interface similar to that of traditional command-line [[File Transfer Protocol|FTP]] clients.
sftp is part of the [[OpenSSH]] project.<ref name="openssh" />
 
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]].
<references/>
 
==See also==
* [[Comparison of SSH servers]]
* [[Comparison of SSH clients]]
 
==References==
{{Reflist}}
 
{{Windows commands}}
 
[[Category:CryptographicCommand-line software]]
[[Category:SSH File Transfer Protocol clients]]
 
[[Category:Cryptographic protocols]]
[[Category:Cryptographic software]]
{{security-software-stub}}