RCP from Sco Unix to Win XP

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions RCP from Sco Unix to Win XP
# 1  
Old 08-26-2005
Data 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 -pass house55 /tmp/backup c:\temp\backup

(assuming house55 is the password for root)
(/tmp/backup is the file I need to copy to c:\temp)

Can any one help
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. UNIX for Dummies Questions & Answers

rcp in SCO 5.0.7

I am installing 5.0.7 on an existing SCO network. The 2 other machines are using 5.0.5 and rcp works daily both ways between the 2 older machines. However I cannot copy from either machine running 5.0.5 to the new 5.0.7 machine - "Permission Denied" /etc/hosts is configured correctly... (4 Replies)
Discussion started by: farmacy
4 Replies

4. UNIX for Dummies Questions & Answers

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... (1 Reply)
Discussion started by: mcrouch_2003
1 Replies

5. UNIX for Dummies Questions & Answers

move from Win -> Unix

I'd like to become a web applications developer, and the company I currently work for use Sun/Apache and Perl, CGI and Python and Oracle to develop in (which is a little unfortunate for me as I have MS IIS and ASP/VBScript and SQL from my last job). I have an old laptop I'd like to convert from... (2 Replies)
Discussion started by: dawn
2 Replies

6. Windows & DOS: Issues & Discussions

win,unix

hi, Could anyone tell me mounting windows directories in unix.I have used mount command in all directions like mounting hd00,hd1,hd2,hd3 and so on but that don't work for me Mohan (2 Replies)
Discussion started by: mohan
2 Replies

7. 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

8. UNIX for Dummies Questions & Answers

Install Sco 5.0.5 with Win NT

Can you please tell me how to install the Sco 5.0.5 and Windows NT on to the same HDD. I am trying to install the same but the NT did not boots. I made partition for 1024MB on to the 3.5GB disk and install the unix first which infact gets install properly.Than I install the NT on the other... (1 Reply)
Discussion started by: ahmadnadeem
1 Replies
Login or Register to Ask a Question
RCP(1)							    BSD General Commands Manual 						    RCP(1)

NAME
rcp -- remote file copy SYNOPSIS
rcp [-46p] source_file target_file rcp [-46pr] source_file ... target_directory DESCRIPTION
The rcp utility copies files between machines. Each source_file, target_file, or target_directory argument is either a remote file name of the form ``ruser@rhost:path'', or a local file name (containing no ':' characters, or a '/' before any ':'s). The following options are available: -4 Use IPv4 addresses only. -6 Use IPv6 addresses only. -p Cause rcp to attempt to preserve (duplicate) in its copies the modification times and modes of the source files, ignoring the umask(2). By default, the mode and owner of target_file are preserved if it already exists; otherwise the mode of the source file modified by the umask(2) on the destination host is used. -r If any of the source files are directories, rcp copies each subtree rooted at that name; in this case the destination must be a directory. If path is not a full path name, it is interpreted relative to the login directory of the specified user ruser on rhost, or your current user name if no other remote user name is specified. A path on a remote host may be quoted (using '', '"', or ''') so that the metacharacters are interpreted remotely. The rcp utility does not prompt for passwords; it performs remote execution via rsh(1), and requires the same authorization. The rcp utility handles third party copies, where neither source nor target files are on the current machine. SEE ALSO
cp(1), ftp(1), rlogin(1), rsh(1), hosts.equiv(5) HISTORY
The rcp command appeared in 4.2BSD. BUGS
Does not detect all cases where the target of a copy might be a file in cases where only a directory should be legal. Is confused by any output generated by commands in a .login, .profile, or .cshrc file on the remote host. The destination user and hostname may have to be specified as ``rhost.ruser'' when the destination machine is running the 4.2BSD version of rcp. BSD
October 16, 2002 BSD