Hi, I'm trying to use rsync from Windows to Unix. I've followed the directions on : http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html
I can see ssh running on the windows machine, because I tested it using telnet localhost 22 and I can see the result "SSH-2.0-OpenSSH_3.4p1". But when I try "$ rsync -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 [EMAIL PROTECTED]:/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'm going wrong. Thanks, Peram __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
