rsync + Permission denied
- by Diana
I want to copy the some_file using rsync to my machine (red hat 5.3)
from other linux server also (red hat 5.3)
Is it possible to copy the file without to get "Permission denied." ?
Remark - the login and password on 130.146.120.11 machine is:
login=root
password=moon
rsync -WavH --progress 130.146.120.11:/tmp/some_file .
Permission denied.
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)