|
|
Log in / Subscribe / Register

Deprecating scp

Deprecating scp

Posted Nov 5, 2020 22:37 UTC (Thu) by tokudan (subscriber, #104407)
In reply to: Deprecating scp by bnewbold
Parent article: Deprecating scp

That would create a dependency on tar binaries or require a reimplementation.
Rewriting scp to just use sftp seems to be the easier option, even if it's not as efficient. Efficient is rsync's domain.
Getting something done without too much hassle and easily chroot-able would be scp/sftp.


to post comments

Deprecating scp

Posted Nov 5, 2020 23:03 UTC (Thu) by Sesse (subscriber, #53779) [Link] (2 responses)

Actually sftp is more efficient than scp, too. scp has its own awful buffering on top of TCP (lots of HPC sites used a patched version to avoid speed limits). Or at least did 10+ years ago when I checked; it's possible that OpenSSH has managed to circumvent the issue now.

Deprecating scp

Posted Nov 6, 2020 10:44 UTC (Fri) by ptman (subscriber, #57271) [Link] (1 responses)

IIRC SFTP is more like NFS than FTP and latency limits its bandwidth quite a lot.

Deprecating scp

Posted Nov 6, 2020 12:49 UTC (Fri) by ptman (subscriber, #57271) [Link]

Deprecating scp

Posted Nov 6, 2020 12:19 UTC (Fri) by dezgeg (guest, #92243) [Link]

SFTP server is not available everywhere either (in embedded systems especially).


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds