Copy the file "foobar.txt" from a remote host to the local host
$ scp your_username@remotehost.edu:foobar.txt /some/local/directory Copy the file "foobar.txt" from the local host to a remote host
$ scp foobar.txt your_username@remotehost.edu:/some/remote/directory
via hypexr.org
I always seem to forget the order of the arguments! This site has nice, simple examples of scp goodness.
No comments:
Post a Comment