Thanks in advance for any help. . .
I am trying to use rsync from my PC at home to my Solaris2 server at work.
When I try to rsync to my server I get this:
read error: Connection reset by peer
The following is true about my setup:
o I am running the F-Secure SSH Client
o I am using a public key for authentication
o I can SSH to my server from a Korn Shell with no hitch
o I can use scp to/from my server from a Korn Shell
o I have the RSYNC_RSH environment variable set
o I have rsync installed in my bin directory on the Solaris2 server and I
have tried passing the path to it via the --rsync-path="<path>" command line
option
o I am using rsync 2.4.2 on my Windows machine and 2.4.6 on my Solaris2 machine
Thoughts?
Darcy