Displaying 1 result from an estimated 1 matches for "speram".
Did you mean:
peram
2002 Aug 03
1
Rsync from windows to unix
...nc -avz -e ssh user@windowsserver::/rsync/* ."
from the Linux machine I'm getting the error message
"ERROR: The remote path must start with a module
name"
Even when I try
"$ rsync -avz -e ssh user@windowsserver:/rsync/* ."
I'm getting the error
$ rsync -avz -e ssh speram@172.20.70.33:/testrsync/* .
user@windows server password: <i enter domain passwd>
"unexpected EOF in read_timeout"
The rsync daemon seems to be running too, since
$telnet localhost 873 gave me the result
@RSYNCD: 25
I'd appreciate if any of you gurus can guide me where
I'...