Saturday, April 20, 2013

How could you copy a file from one remote host to another remote host?


scp <username>@<RemoteHost_1>:/some/remote/directory/test.txt \
<username>@<RemoteHost_2>:/some/remote/directory/

No comments :