I wish scp would let you copy via ssh on both source and dest
@kat Maybe is a little bit overhead but sshfs?
@ghostdancer I should try that sometime..
I bet I could make something terrible out of cat, ssh and |
ssh user1@remote1 "cat /path/to/src" | ssh user1@remote2 "cat - > /path/to/dest"
What could possibly go wrong!
Maybe insert "pv" in the middle to get a running commentary ?
@kat That's really unixy and that is what it makes it look so terrifying
"I appreciate SDF but it's a general-purpose server and the name doesn't make it obvious that it's about art." - Eugen Rochko
@ghostdancer I should try that sometime..
I bet I could make something terrible out of cat, ssh and |
ssh user1@remote1 "cat /path/to/src" | ssh user1@remote2 "cat - > /path/to/dest"
What could possibly go wrong!
Maybe insert "pv" in the middle to get a running commentary ?