...
> The error I get when sending a file from SCO2 (local machine) to SCO1 is:
>  #rsync testfil sco1:/.
>  sco1: sco1: cannot open

Rsync is probably calling as rsh a "restricted shell" instead of a
"remote shell" command.

You should get the same error with:
 
 rsh sco1 pwd

Try using:

  rsync --rsh=<path to the remote shell command> ...

On some systems the "remote shell" is named remsh thus

  rsync --rsh=remsh ...

should work. 

[EMAIL PROTECTED], Tel: (33)04 92 38 79 11
INRIA Sophia, 2004, rte des Lucioles, B.P.93 - 06902 Sophia Antipolis Cedex


Reply via email to