Update 20221103.6 ️ How To Securely Transfer Files With SCP In Linux.md

This commit is contained in:
六开箱 2022-11-04 01:25:55 +08:00 committed by GitHub
parent 96239749e7
commit 90c6c3536f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ SCP is a component of the openSSH program and it uses the SSH protocol to secure
According to the **official announcement** from the openSSH developers,
> The **scp protocol is outdated**, inflexible and not readily fixed. We recommend the use of more modern protocols like sftp and rsync for file transfer instead.
> The **scp protocol is outdated**, inflexible and not readily fixed. We recommend the use of more modern protocols like sftp and rsync for file transfer instead. \
> Link - [https://lists.mindrot.org/pipermail/openssh-unix-dev/2019-March/037672.html][1]
However, the majority of the users still prefer SCP over other protocols. Because, SCP handles remote-to-remote file transfers more efficiently than its counterparts such as SFTP and Rsync.