/ Published in: Bash
Use on a command line to copy a whole directory on a remote server down to your computer. Requires SSH access to remote server.
Expand |
Embed | Plain Text
$ scp -r username@www.remoteserver.com:/pathto/dir/ mycopy
You need to login to post a comment.
