rsync error on windows with CYGWIN

0

1

I have tried various combination to transfer remote files to local using rsync but failed This the command I arrived at as correct looking at various sources:

$ rsync -vvazh --progress pawan@192.168.0.10:/home/pawan/Documents/test/ .

This the error I am getting:

opening connection using: ssh -l pawan 192.168.0.10 rsync --server --sender -vvlogDtprze.iLsfxC . /home/pawan/Documents/test/  (10 args)
rsync: pipe: Connection timed out (116)
rsync error: error in IPC code (code 14) at pipe.c(59) [Receiver=3.1.2]

Pawan

Posted 2017-03-09T21:57:48.350

Reputation: 101

can you connect with openssh ? – matzeri – 2017-03-11T14:53:10.727

Yes. I am able to connect with openssh. As also I am able to use pscp as well. – Pawan – 2017-03-12T11:33:59.490

Have you checked that rsync is allowed through the firewall? – pak – 2017-03-12T16:01:12.177

Hmm - No Idea, how do I check that. Should I check it in my windows firewall or server firewall? – Pawan – 2017-03-12T17:20:16.620

No answers