> How to transfer files between two computers connected over a
> phone line (no PPP). I can log into the other computer and give
> it commands, but howto transfer files between the two computers?
Use the zmodem utilities (sz/rz). For example, to download a file from the
remote, type ``sz filename''. If you are running minicom or any other program
that automatically recognizes the ``zmodem download string'', then the
download should happen immediately. Otherwise you have to give your terminal
program a download command, specifying the correct protocol.
Uploading is the reverse; you give a ``rz'' command to the remote host
and then initiate the transfer by telling your communication program to
upload using the Zmodem protocol.
<PLUG>
If Zmodem doesn't work well, try SixPack. I wrote it when I got fed up
with the sz and rz tools.
ftp://metalab.unc.edu/pub/Linux/apps/serialcomm/ft/sixpack-1.1.tar.gz
</PLUG>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]