On Tue, Oct 21, 2003 at 12:58:32PM +0200, Pierre Mallard wrote: > Hi, > I'm trying to make an rcp command like this : > > rcp /cygwin.bat 192.168.0.150:/Users/Pierre/ > > it says : > 192.168.0: Impossible d'attribuer l'adresse demand?e* > > *Impossible to attribute the asked address > > ping 192.168.0.150 works fine...
`which rcp' will show you that you're using Windows own rcp. If you want to use Cygwin's rcp, call /bin/rcp or change your $PATH variable to have Cygwin's paths before Windows' paths. And check if you actually have inetutils installed... Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/