Tuesday, April 20, 2010

How do I SCP files between machines?

To transfer a file to another machine:
scp <local_filename> <username>@<destination_server>:<remote_location>

Reverse the above if you want to transfer a file from another machine.

No comments:

Post a Comment