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
|
John Shipman, tcc-doc@nmt.edu
Last updated: 2008/01/21 07:17:08 UT URL: http://www.nmt.edu/tcc/help/xfer/scp.html |
|