Return to Snippet

Revision: 67517
at October 1, 2014 19:44 by oxnard


Initial Code
scp -r <user>@<hostname>:<file/folder> <destination>

ex: scp -r root@tv:/var/www/html ./

Initial URL


Initial Description
-r recursively copies files and folders

Initial Title
copy remote file to local machine

Initial Tags
linux, ubuntu

Initial Language
Bash