Deprecating scp
Deprecating scp
Posted Nov 5, 2020 22:24 UTC (Thu) by bnewbold (subscriber, #72587)Parent article: Deprecating scp
What about re-using tar conventions and semantics? Eg, "source" side creates a tar stream, "destination" expands it. The security issues and corner-cases of tar seem well known (though maybe there are problems i'm not aware of). Also reduces the number of round-trip messages when pushing large numbers of small files (if I recall rcp protocol requires a round-trip between each file transfered). "star"?
Here is an old blog post describing the rcp protocol: http://web.archive.org/web/20110930024114/http://blogs.or...
