1753893 Members
7618 Online
108809 Solutions
New Discussion юеВ

Copy file to network

 
rajesh73
Super Advisor

Copy file to network

HI

I have copies files HP-UX to AIX through network.

pls any one help me how to copies files through network.
4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: Copy file to network

How about ftp, sftp or scp?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
albert viyani
New Member

Re: Copy file to network

Hi Rajesh,

Please try this command.
Example:
rcp filename node2:path

Regards,
Albert
Johnson Punniyalingam
Honored Contributor

Re: Copy file to network

hpux Server :-

login to HPUX Server

# ftp >
key in User name & Password

# cd

# mput

sftp also the same procedure


SCP

HPUX Server

# cd
# scp AIXServer_name or IP:/destination_folder

Problems are common to all, but attitude makes the difference
Steven Schweda
Honored Contributor

Re: Copy file to network

> How about ftp, sftp or scp?

> rcp [...]

rsh/remsh or ssh pipeline? NFS? Kermit?
Many things are possible. So many that, with
no information, it's hard to know which
one(s) would be better.

Are you an administrator on any of these
systems, or a lowly user? Which of these
systems can you log into? Do you wish to do
this one time, or many times? (Consider
"rsync", if many.)