I am running a simple command, no firewall dropping, going to unix rsync server 2.3.1 from a win2k machine. and I am getting this error. note:(this used to work before I upgraded my win machine from NT4 to win2k. C:\DATA\RSYNC>c:\winnt\rsync -a -v c:\rsync\test-rsync user@www.server.com::site/htdocs/> c:Connection refusedrsh: can't establish connection unexpected EOF in read_timeout I am a unix guy, and this works from all the unix servers no problem. But the win2k is not happening. So do I need to upgrade to a different rsync.exe for win2k? if where can I get it? I am searching on google as well. Matt
On Tue, 11 Jun 2002, Simison, Matthew wrote:> > c:Connection refused > rsh: can't establish connectionDid you used to have an RSYNC_RSH variable in your environment? Perhaps one that was set to use ssh? You could run "echo $RSYNC_RSH" on one of your Unix boxes to see what they're set to use. ..wayne..
On Tuesday, June 11, 2002 03:01:33 PM -0700 "Simison, Matthew" <matts@conxion.net> wrote: +------ | I am running a simple command, no firewall dropping, going to unix rsync | server 2.3.1 from a win2k machine. and I am getting this error. note:(this | used to work before I upgraded my win machine from NT4 to win2k. | | C:\DATA\RSYNC>c:\winnt\rsync -a -v c:\rsync\test-rsync | user@www.server.com::site/htdocs/ | > c:Connection refused | rsh: can't establish connection | unexpected EOF in read_timeout | | | I am a unix guy, and this works from all the unix servers no problem. But | the win2k is not happening. +-----X8 The problem is that rsync thinks that c: is a host specification. /Michael -- This space intentionally left non-blank.