this post was submitted on 02 Feb 2024
17 points (87.0% liked)

Programming

17022 readers
305 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

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.

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 13 points 7 months ago* (last edited 7 months ago) (1 children)

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.

[–] [email protected] 5 points 7 months ago* (last edited 7 months ago)

It 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.

[–] [email protected] 9 points 7 months ago* (last edited 7 months ago) (1 children)

What's the advantage over sftp, scp, or similar lower level protocols?

[–] [email protected] 0 points 7 months ago

I don't need to configure a server on each VM

[–] [email protected] 4 points 7 months ago

What can this thing do that sftp cant?

[–] [email protected] 3 points 7 months ago

Why not rclone?

[–] [email protected] 1 points 7 months ago (1 children)
[–] [email protected] 1 points 7 months ago* (last edited 7 months ago)

zssh is in most distros, but why not reinvent the wheel by port forwarding http?