Return to Snippet

Revision: 1499
at October 12, 2006 08:18 by micmath


Updated Code
$ scp -r [email protected]:/pathto/dir/ mycopy

Revision: 1498
at October 12, 2006 07:59 by micmath


Initial Code
$ scp -r [email protected]:/blah/foo/ myFoo

Initial URL


Initial Description
Use on a command line to copy a whole directory on a remote server down to your computer. Requires SSH access to remote server.

Initial Title
Copy A Directory From A Remote Server

Initial Tags
unix, linux

Initial Language
Bash