Quote:> I'd like to be able to transfer files between my Linux (Red Hat
> 7) and XP computers at home. Don't know how, hardware or
> software.
You'll need both: a hardware connection and a software connection.
If you exchange smallish files irregularly and not too often,
you could use a floppy, zip, CD-R (so called sneaker-net).
If you exchange often and big files, you'd be better off buying
two network cards, a hub / switch, two cables and connect the two
computers together. The process is relatively painless (don't know
about RH 7, it is quite oldish now).
This is by far the best solution, although you'll have to spend
some $$ for additional hw.
Quote:> XP has a wizard that lets me define connections on a printer
> port, a serial port, or a modem. I have defined an incoming
> connection, but don't know how to use it.
You could set up a network over serial lines.
Quote:> Linux has things like FTP and telnet, but both of them require
> an internet address. What's the internet address of another
> home computer?
The same as any other internet address. You'd be better off using
an internet net address in the range of e.g. 192.168.0.x with a
netmask of 255.255.255.0 as these addresses are recognized in the
internet world as private (intranet) addresses.
Quote:> I can write directly to the serial port with e.g. "cat
>/dev/ttyS0", but I think XP is expecting to receive TCP/IP
> packets, not simple ascii transmission.
You could use a serial null-modem cable and transfer with any
serial modem connection program (hyperterm, minicom, kermit).
Quote:> Hardware:
> I have a printer cable that will plug into my XP printer port
> (25-pin), and at the other end, into my Linux serial port (9-
> pin). Is this a usable connection?
IMHO, almost certainly not.
Quote:> I could get a cable with 9 pins at each end, plus a null modem,
> to connect serial ports on the two boxes.
Then you can set up a network between the two (e.g. slip etc).
Quote:> I could get a modem for my Linux box and connect it to the modem
> in my XP box with an ordinary phone wire.
Both modems expect a telephone exchange (dial tone, capability to
dial etc) which the other side (the modem) doesn't provide. You
can cut out the modems and use a null-modem cable instead.
Quote:> Can anybody suggest a plan?
Read up on the possibilities in the manuals provided by the
vendors.
HTH
Martin