1833748 Members
2689 Online
110063 Solutions
New Discussion

Re: RCP Doubts...

 
Rafael Mendonça Braga
Regular Advisor

RCP Doubts...

Hello Guys!
I have some doubts about RCP command...

I have some HpUX 11i and some OpenVms servers here...
My doubt is when I'm copying files between an OpenVms and a HpUX server...

I'm connected to the HpUX as root and giving this command:
(example:)

rcp a.lis oracle@server-vms:"des02:[user.ssb.ssbrmb]a.lis"

This command works, but if I still connected to the HpUX as administrator and give the following commnad, I don't receive a error message, but can't copy the file:

rcp oracle@server-vms:"des02:[user.ssb.ssbrmb]a.lis" a.lis

What I'm doing Wrong?! Could you help me with the sintaxe of the rcp command?!?!

Thanks a lot,

Rafael M. Braga
2 REPLIES 2
Rafael Mendonça Braga
Regular Advisor

Re: RCP Doubts...

Hello again!!

The correct command is this:

rcp a.lis oracle@server-vms:'"des02:[user.ssb.ssbrmb]a.lis"'

Simple inverted comas were missing at the command as you can see above!

Thanks!!

Rafael M. Braga
Rafael Mendonça Braga
Regular Advisor

Re: RCP Doubts...

Got it