Search This Blog

Tuesday, December 20, 2011

scp command

run in foreground
-----------------------
$ scp foobar.txt your_username@remotehost.edu:/some/remote/directory

run in background
------------------------
$ scp foobar.txt your_username@remotehost.edu:/some/remote/directory
ctrl z
$ bg

No comments:

Post a Comment