ServerClip - Tool for copying contents of a file over various ssh connections.
ServerClip - Tool for copying contents of a file over various ssh connections.
Tool for copying contents of a file over various ssh connections. Need to get a log file over to your laptop? This can help. - GitHub - ssebs/ServerClip: Tool for copying contents of a file over va...
cross-posted from: https://lemmy.world/post/11504335
cross-posted from: https://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.
Hmmm... If I can ssh... I'm gonna use SCP
If I can't SCP but can port forward, I'm gonna use netcat
Maybe I'm missing something, but this seems unnecessary.
13 0 ReplyIt creates an ssh tunnel and then sends the file over http, so .... literally no advantage to using this over ssh/scp.
Worse in every way, actually.
5 0 Reply
What's the advantage over sftp, scp, or similar lower level protocols?
9 0 ReplyI don't need to configure a server on each VM
1 1 Reply
What can this thing do that sftp cant?
4 0 ReplyWhy not rclone?
3 0 ReplyZmodem 4tehwin
1 0 Replyzssh is in most distros, but why not reinvent the wheel by port forwarding http?
1 0 Reply