cross-posted from: lemmy.world/post/11504335
cross-posted from: lemmy.world/post/11504334
ServerClip is a tool for copying contents of a file over various ssh connections. Need to get a log file over to your laptop? This can help.
Submitted 9 months ago by DichotoDeezNutz@lemmy.world to programming@programming.dev
https://github.com/ssebs/ServerClip
cross-posted from: lemmy.world/post/11504335
cross-posted from: lemmy.world/post/11504334
ServerClip is a tool for copying contents of a file over various ssh connections. Need to get a log file over to your laptop? This can help.
What’s the advantage over sftp or similar lower level protocols?
I don’t need to configure a server on each VM
What can this thing do that sftp cant?
Why not rclone?
Zmodem 4tehwin
zssh is in most distros, but why not reinvestere the wheel by port forwarding http?
mvirts@lemmy.world 9 months ago
Hmmm… If I can ssh… I’m gonna use SCP
If I can’t SCP but can port forward, I’m gonna use netcat
killeronthecorner@lemmy.world 9 months ago
It creates an ssh tunnel and then sends the file over http, so … literally no advantage.
Worse in every way, actually.