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 […]
↧