copy remote file to local machine


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

-r recursively copies files and folders


Copy this code and paste it in your HTML
  1. scp -r <user>@<hostname>:<file/folder> <destination>
  2.  
  3. ex: scp -r root@tv:/var/www/html ./

Report this snippet


Comments


You need to login to view comments.