For system, network and cloud administrators

How to copy files between different Linux hosts

Command syntax:
scp -pr /your-folder-or-file-location/ destinationuser@IP-or-host:/destination-location/
Real example:
scp -pr /vmfs/volumes/datastore1/Vista-32/ root@192.168.2.224:/vmfs/volumes/ds-sata/

Leave a Reply

Your email address will not be published. Required fields are marked *