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

RSS Icon Subscribe to comments

You need to login to post a comment.