- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rcp files from PC to UNIX server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 02:46 PM
02-10-2004 02:46 PM
rcp files from PC to UNIX server
Is it possible to use rcp command to copy files from PC to UNIX server? Thanks!
Best Regards
Ajk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 03:10 PM
02-10-2004 03:10 PM
Re: rcp files from PC to UNIX server
On the HPUX side either in $HOME/.rhosts
give the entry of the machine-name and username
eg.
machinenanme username
The problem is that the NT machine mostly use dhcp so you can dive
+
OR
+ +
then do a rcp from NT using
rcp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 07:30 PM
02-10-2004 07:30 PM
Re: rcp files from PC to UNIX server
+ isdajk
isdajk is a PC user id, not an Unix user id.
At the PC side, I type in Dos prompt:
C:\>rcp c:\test\????_info.txt d270:\home\isdlun
rsh: can't establish connection
d270 is the unix server's host name.
I feel frustrated of the question, please help. Thanks very much.
Best Regards
Ajk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 08:00 PM
02-10-2004 08:00 PM
Re: rcp files from PC to UNIX server
if isdajk isn't a unix known user it wouldn't work.
If you only want to use it once I would do it with:
'+ +' in .rhosts
But I would delete it in .rhosts again as soon as possible.
Regards
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 08:06 PM
02-10-2004 08:06 PM
Re: rcp files from PC to UNIX server
First the user must be know to both windows and unix. if not you need a + for the users. ( secutiry risk)
Second the unix server must be able to resolv the PC hostname.
And the pc must be able to resolv the unix host. so ping d270 in your case must work. If not specify the FQDN or ip-adress of the unix server.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 08:15 PM
02-10-2004 08:15 PM
Re: rcp files from PC to UNIX server
+ +
in .rhosts file
That should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 05:27 PM
02-11-2004 05:27 PM
Re: rcp files from PC to UNIX server
Rgds,
vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 08:25 PM
02-11-2004 08:25 PM
Re: rcp files from PC to UNIX server
what is ssh/scp about??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 08:31 PM
02-11-2004 08:31 PM
Re: rcp files from PC to UNIX server
http://www.onlamp.com/lpt/a/2903
http://www.ists.dartmouth.edu/IRIA/knowledge_base/linuxinfo/ssh-intro.htm
[even if you use hpux and not unix, ssh suite is the same ssh, you jush should to check how you install it in HPUX]
regarding rcp/.rhosts problem - does it work from the same computer? try to run
remsh localhost date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 08:53 PM
02-11-2004 08:53 PM
Re: rcp files from PC to UNIX server
you have tested ping from/to the server?
Have you checked in /etc/inetd.conf if remshd is enabled?
Volkmar