Quantcast
Channel: Web Tools
Viewing all articles
Browse latest Browse all 16

Linux copy remote file to local over SSH

$
0
0
Linux has two built in command to copy files between Linux system over ssh. scp (Secure Copy) rsync (Remote Sync) rsync is more powerful then scp because it has options to compress data while transfer and has ability to resume previously  interrupted/broken transfer. To use these command you need ssh access to remote machine. Commands to […]

Viewing all articles
Browse latest Browse all 16

Trending Articles