Download Directory with scp


/ Published in: Bash
Save to your folder(s)

download directory to localhost home folder new-dir-name


Copy this code and paste it in your HTML
  1. $ scp -r yourusername@yourserver:~/public_html/directory/ ~/Downloads/new-dir-name

Report this snippet


Comments


You need to login to view comments.