mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-24 02:20:09 +08:00
Update 20221103.6 ⭐️⭐️⭐️ How To Securely Transfer Files With SCP In Linux.md
This commit is contained in:
parent
96239749e7
commit
90c6c3536f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user