OpenSSH開発者が「scpは時代遅れで柔軟性がなくすぐには修正できない」と言っているらしい
#scp
#OpenSSH
#SSH
scp (Secure copy) の話。
原文
The scp protocol is outdated, inflexible and not readily fixed.
(引用:
)
(発見元:
)
代わりに何を使えばいいのか?
sftp
とか
rsync
を勧めている。
原文
We recommend the use of more modern protocols like sftp and rsync for file transfer instead.