Copy folder and its contents from HP Unix server to RH Linux

I am trying to copy a folder and all its contents from HP Unix box to RH linux, using the following.

rsync -avz -e "ssh" /users/www/webroot/docFiles/Division/Ctry ftpuser@10.4.xxx.yz:/data/webroot/development/contentfiles/webroot/docFiles/Division/Ctry/QAfiles

And it throws a consistent error and not copying(doing sync up).

Help appreciated.

Thanks,
FanTom

"consistent error"

How about telling us exactly what that error was?

building file list ... done
wrote 113 bytes read 20 bytes 1.45 bytes/sec
total size is 150578 speedup is 1132.17
rsync error: unexplained error (code 51) at main.c(578)
building file list ... done
wrote 68 bytes read 20 bytes 0.94 bytes/sec
total size is 0 speedup is 0.00
rsync error: unexplained error (code 214) at main.c(578)
building file list ... done

Not sure if this would be helpful. Anyways here it is.

Thanks,
FanTom