To copy files from your server to your local PC simply use:
scp /path/to/file username@server:/path/to/destination
To copy files from your server to your local PC, then run:
scp username@server:/path/to/file /path/to/destination
For more information check out SCP Man pages
Posted by: admin
2023-11-19 19:20:00