Tech Journal Back to Tech Journal

Sending Files via ZMODEM

To send files via ZMODEM (or YMODEM, or XMODEM), run this on the reciever's end:

rz --tcp-server

That's open a TCP port and tell you what you the port and address it's listening to. Then run on the sender's end:

sz (address):(port) (filename)
Last updated on 2000-12-16 14:00:00 -0800, by Shalom Craimer

Back to Tech Journal