Operating System - HP-UX
1831482 Members
3345 Online
110025 Solutions
New Discussion

how to get or put files while running rcp -p from UX to W2k?

 
Cem Tugrul
Esteemed Contributor

how to get or put files while running rcp -p from UX to W2k?

Hi eveybody,
Could anyone explain or try to give brief details about while running rcp -p from UX to
W2k.Do i need any modifications for both UX&W2k server side? or do i need any thirdparty software or any free tools?

Please response me who had experienced and solved such a kind of problem before...
Thank's all for your kind concern
Our greatest duty in this life is to help others. And please, if you can't
5 REPLIES 5
Elmar P. Kolkman
Honored Contributor

Re: how to get or put files while running rcp -p from UX to W2k?

Check out putty for the windows side. It also has scp and is free.

For HP-UX, HP has openssh as binary package or you could compile it yourself, whatever suits you best.
Every problem has at least one solution. Only some solutions are harder to find.
Wodisch
Honored Contributor

Re: how to get or put files while running rcp -p from UX to W2k?

Hi,

why not simply using "SSH" (Secure SHell), e.g. from "www.cygwin.com"?
It is available for Windows, too, and works nicely with the OpenSSH from HP (both are OpenSSH).

FWIW,
Wodisch
Julio Yamawaki
Esteemed Contributor

Re: how to get or put files while running rcp -p from UX to W2k?

Hi,

Configure /etc/hosts.equiv with
Hostname +Administrator (or what user you want) in UNIX.
Sanjiv Sharma_1
Honored Contributor

Re: how to get or put files while running rcp -p from UX to W2k?

Cem Tugrul
Esteemed Contributor

Re: how to get or put files while running rcp -p from UX to W2k?

found 3 party solution.
Our greatest duty in this life is to help others. And please, if you can't