Snippets
How to transfer files from server to local via SSH
This is how you can transfer files from the server to local via SSH.
rsync -avz user_name@<IP>:/your/server/location/ ~/your/local/location
Thanks.
Snippets
This is how you can transfer files from the server to local via SSH.
rsync -avz user_name@<IP>:/your/server/location/ ~/your/local/location
Thanks.