how do I copy from a remote linux machine to a local linux machine?
Posted
by
leonbnu
on Super User
See other posts from Super User
or by leonbnu
Published on 2011-03-13T04:48:35Z
Indexed on
2011/03/13
8:12 UTC
Read the original article
Hit count: 206
scp
I sshed to a remote machine and want to copy some files from there to my local machine. Both are running linux. My local machine is behind a firewall, so I can't do "scp file_on_remote user@localmachine". I know I can do "scp user@remotemachine:/directory/file ./", but I need to wander around on the remote server to pick some files to download to local machine, so this way doesn't seem too appealing to me.
© Super User or respective owner