[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: I want to use RCP not SCP!



Hello

Rob Brenart (TT) (<Rob.Brenart@tradingtechnologies.com>) wrote:

> I'm trying to run some scripts which rcp files to another machine.
>  
> But everytime I attempt to use rcp, the machine runs scp instead.
>  
> I had the same problem with rsh/ssh but was able to apt-get install
> rsh-redone-client to solve my problem.
>  
> Is there something similar I can do to make rcp usuable for me?

andreas@sirius:~$ whereis rcp
rcp: /usr/bin/rcp /usr/share/man/man1/rcp.1.gz

andreas@sirius:~$ ls -l /usr/bin/rcp
lrwxrwxrwx  1 root root 21 2004-07-23 12:43 /usr/bin/rcp
-> /etc/alternatives/rcp

andreas@sirius:~$ ll /etc/alternatives/rcp
lrwxrwxrwx  1 root root 12 2004-12-01 23:00 /etc/alternatives/rcp
-> /usr/bin/scp

Looks like you need to install a package with an rcp client and also run
update-alternatives to tell the system to use that client instead of
scp. See `man update-alternatives` for details.

best regards
 Andreas Janssen

-- 
Andreas Janssen <andreas.janssen@bigfoot.com>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps-sarge.html



Reply to: