Monday, 7 January 2013

Example syntax for Secure Copy (scp)

Example syntax for Secure Copy (scp)

Copy the file "foobar.txt" from a remote host to the local host

    $ scp your_username@remotehost.edu:foobar.txt /some/local/directory

No comments:

Post a Comment