[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: copying with SSH(please help)



According to Rozita Reza,
> in SSH we have the command SCP to copy files from a remote machine ;but i
> cant use this correctly, please help me.

scp remotehost:/path/to/remote/file /path/to/local/dir/.

scp /path/to/localfile/file remotehost:/path/to/remote/dir/.

or substitute rsync for better (lower bandwidth usage)
performance.

Best Regards,

Tony



Reply to: