SFTP is really a FTP session
This commit is contained in:
parent
583a8d7878
commit
44dac05d02
1 changed files with 1 additions and 1 deletions
|
|
@ -1180,7 +1180,7 @@ The SCP protocol is not well designed and can cause unexpected results. In the p
|
|||
[[s2-ssh-clients-sftp]]
|
||||
=== Using the [command]#sftp# Utility
|
||||
indexterm:[sftp,OpenSSH]indexterm:[OpenSSH,client,sftp]
|
||||
The [command]#sftp# utility can be used to open a secure, interactive FTP session. In its design, it is similar to [command]#ftp# except that it uses a secure, encrypted connection.
|
||||
The [command]#sftp# utility can be used to open a secure, interactive SFTP session. In its design, it is similar to [command]#ftp# except that it uses a secure, encrypted connection.
|
||||
|
||||
To connect to a remote system, use a command in the following form:
|
||||
|
||||
|
|
|
|||
Reference in a new issue