Copy remote file to local machine

1
2
scp -r <user>@<hostname>:<file/folder> <destination>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Example of scp usage copying remote file to local machine

-r recursively copies files and folders

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.