SFTP is really a FTP session

This commit is contained in:
Jakub Jelen 2020-07-14 12:06:50 +02:00 committed by pbokoc
commit 44dac05d02

View file

@ -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: