rcp from Linux/Unix to Win2kserver


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers rcp from Linux/Unix to Win2kserver
# 1  
Old 12-02-2003
rcp from Linux/Unix to Win2kserver

I am attempting to use "rcp" to transfer files from a linux box(redhat) to a windows 2000 server box and keep getting a "connection refused" message.

Are there any special services/daemons on either side that I need running or any special ports I need open to do this? How about files? I read somewhere where you need a ".rhosts" file on the linux/unix side, but I tried that and no luck(unless my entry in the .rhosts file was not correct)

Please help, I am quite stuck here . . . Smilie

MC
# 2  
Old 12-05-2003
I believe you need a third party package to rcp to a Windows box. See Winsock RCP. Or, try using ftp or scp (ssh style copy - still may require loading 3rd party package but it should be free)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

VIP Membership - The UNIX and Linux Forums - Get Your UNIX.COM Email Address Here

We work hard to make The UNIX and Linux Forums one of the best UNIX and Linux knowledge sources on the net. The site is certainly one of the top UNIX and Linux Q&A sites on the web. In order to provide certain members the best quality account services, you can now get some great extra features by... (2 Replies)
Discussion started by: Neo
2 Replies

2. Fedora

Which is the better platform to learn UNIX/Linux (Kali Linux Vs. Red Hat or other)?

I just started a new semester and I started my UNIX class yesterday. I've already decided to use python along with my learning process but what I really want to use with it is Kali as my UNIX/Linux platform to learn off of since I already wanted to learn Cyber Sec. anyways. I just wanted to know if... (12 Replies)
Discussion started by: ApacheOmega
12 Replies

3. Shell Programming and Scripting

rcp -r || cp -r

what different between two instruction cp -r rcp -r (1 Reply)
Discussion started by: tamer11007
1 Replies

4. Shell Programming and Scripting

rcp the file

Hi I am using rcp command to copy the file one linux to other linux machine I need the ouput log for this like 1 file coied size of the file date stamp my copy comman is rcp 10.100.11.2:/u01/pr/uni.txt /u05/ryd/uni.txt once this script run i need to capture the... (3 Replies)
Discussion started by: aboorkuma
3 Replies

5. UNIX for Advanced & Expert Users

rcp between windows and unix

Anyone experience with using rcp to copy data between windows and Unix (AIX)? (6 Replies)
Discussion started by: rein
6 Replies

6. UNIX for Dummies Questions & Answers

Rcp

I am trying to set up RCP so root can access a few machines for file transfer. On the target machine, I have set up a .RHOSTS file that looks like: 10.33.1.59 root However when I try to use RCP to copy a file to this machine, I get permission denied. Is it possible since another user is... (1 Reply)
Discussion started by: hshapiro
1 Replies

7. Windows & DOS: Issues & Discussions

RCP from Sco Unix to Win XP

Hello, Native XP rcp does not have a password prompt as far as I can see. I require a rcp.exe to copy a file from Sco to my XP pc. I did have this program that was part of pcnfs a few years ago. I need to run a scheduled batch job from a command line being. rcp.exe 192.168.5.33 -user root... (0 Replies)
Discussion started by: phil martin
0 Replies

8. UNIX for Advanced & Expert Users

rcp between two unix machine

rcp user@hostname:sourcefile destfile when i use the above command i get the followin error: remshd:login incorrect. i have taken care of entries in .rhosts and hosts.equiv. the userid on both the system is the same. is there any thing i have missed out please help me (4 Replies)
Discussion started by: nvg_hal
4 Replies

9. Linux

rcp from Linux to Win2k server

I am trying to simply send a file via "rcp" from a Redhat 8 server to an Windows 2000 server. I keep getting a "connection refused" message. I do NOT have an ".rhosts" file in the users home directory. Do I need one? What do I need to set up in order to send via "rcp" on the source and target... (1 Reply)
Discussion started by: mcrouch_2003
1 Replies

10. IP Networking

rcp from winnt to unix

I try an RCP command from winnt to unix and it works only with 2 pc but with the two others it dosen't work....? MS-DOS return this error msg : 0826-826 The host name for your address is not known. What can I do to resolve my probleme ? Dimitri Geneva - Switzerland (2 Replies)
Discussion started by: dfrangidis
2 Replies
Login or Register to Ask a Question