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
LCP(1)							    BSD General Commands Manual 						    LCP(1)

NAME
lcp -- Secure remote file copy SYNOPSIS
lcp [-fvn] [[user@]host1:]file1 [[user@]host2:]file2 DESCRIPTION
lcp is a program that securely copies files between two hosts on a network. This is intended as a secure replacement for rcp(1). Note that both the source and the destination can be on remote machines. OPTIONS
Available options: --help Show summary of options. -f, --force Overwrite existing files. -v, --version Display commands before they are executed. -n, --dry-run Don't execute any commands. Implies -v. ENVIRONMENT
LSFTP_RSH The program to use for the SSH tunnel. If the variable is not set, lcp defaults to using lsh. REPORTING BUGS
Report bugs to <bug-lsh@gnu.org>. AUTHOR
The lsh program suite is written mainly by Niels Moller <nisse@lysator.liu.se>. This man-page was written for the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>. SEE ALSO
rcp(1), scp(1), lsftp(1), lsh(1), lshd(8) BSD
November 8, 2005 BSD