Using scp to transfer files in Linux |
|
The scp command copies files to or from a remote Linux system. You will be prompted for your TCC password for authentication.
scp file... user@host.domain:pathwhere:
scp user@host.domain:path ... destwhere dest is the path name on your local system where you want the files copied.
Examples:
scp ann beth clyde forsythe@linux.nmt.edu:/u/forsythe/tmp scp 'forsythe@linux.nmt.edu:/u/forsythe/images/*.jpg' pictures/LaborDay