Cygwin rsync broken

Posted by kefeizhou on Super User See other posts from Super User or by kefeizhou
Published on 2011-02-03T14:49:06Z Indexed on 2011/02/03 15:27 UTC
Read the original article Hit count: 882

Filed under:
|

I get an error with cygwin rsync trying to transfer files between local - remote host. Any ideas?

C:\>rsync user@host:~/file newfile
Password:
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(601) [sender=
3.0.7]
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packagi
ng/rsync-3.0.6-1/src/rsync-3.0.6/io.c(600) [receiver=3.0.6]

© Super User or respective owner

Related posts about cygwin

Related posts about rsync