The console command below will copy the file from the remote server to the desktop using the same filename.
scp root@remote_server:/var/lib/backup/server_backup.gz ~/Desktop
where:
root = the user to that server
remote_server = host entry in you ~/.ssh/config file
0 comments:
Post a Comment