Wednesday, September 2, 2009

Secure Copy (scp)

If you want to copy files between two Unix-Like Hosts in the same network, use this amazing command:

scp file_name mhewedy@compu10:~/work/

where :
file_name : is the file to copy
mhewedy@compu10:~/work/ the directory to copy the files to, indicating the machine name and the account.

No comments: