Operating System - HP-UX
1829577 Members
6773 Online
109992 Solutions
New Discussion

Some question about Secure Shell

 
Wang,MinJie
Super Advisor

Some question about Secure Shell

Hello all
Can you tell me how can I translate files using ssh between two HP-UX systems with Secure Shell installed
Any help will be appreciated
2 REPLIES 2
Arunvijai_4
Honored Contributor

Re: Some question about Secure Shell

Hi,

You can use "scp" for this purpose.

# scp user@remote_host:/ .
Also, man scp for more details.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Wang,MinJie
Super Advisor

Re: Some question about Secure Shell

Thank you I can do it now