/ Published in: Bash
download directory to localhost home folder new-dir-name
Expand |
Embed | Plain Text
$ scp -r yourusername@yourserver:~/public_html/directory/ ~/Downloads/new-dir-name
You need to login to post a comment.
zackn9ne on 04/05/12
1 person have marked this snippet as a favorite
download directory to localhost home folder new-dir-name
$ scp -r yourusername@yourserver:~/public_html/directory/ ~/Downloads/new-dir-name
You need to login to post a comment.