hi,
Can somebody help me. I am using rsync to download a file from the remote machine.The command I am giving is as follows:
___________________________________________________
rsync -av <remote machimename>:path <destination>
___________________________________________________
The above command is giving following error I dont know why
_____________________________________________________________
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
_____________________________________________________________
Please help me.