Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copying a file from unix to pc by 'rcp'

Status
Not open for further replies.

tg2003

IS-IT--Management
Joined
Feb 6, 2003
Messages
270
Location
IL
hello everybody,

I try to take a file from unix into my PC, by using rcp command.
I have root access on the unix, and I have "+" in the .rhosts . ( I have no /etc/hosts.equiv)
what is the syntax for doing that?

if it's not impossible, how can I put the file into the PC machine (from the unix) by using rcp?
thanx!
 
Hi,

First of all, is your pc running UNIX as well?

Lots of way to transfer file, you can use ftp if you want. Since you want to use rcp, you can just "rcp filename pc_name:/location". If you dont set anything in those files (hosts.equiv or .rhosts), you will get password prompt. You only use hosts.equiv file if you really trust the host and dont want to use any password.

regards,
feroz
 
thanx, I've already found a solution.
 
Samba works quite well for transferring files from *nix to pc's.
So does a floppy diskette ("sneakernet").

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top