ZModem File Transfer Protocol - Receive

Copyright 1998 Pragma Systems, Inc.

rz.exe

ZModem is a file transfer protocol. Use rz ( and sz ) to upload and download files from a remote computer. Rz is designed to be run inside a Pragma Telnet Server telnet connection.

Any options received from the send procedure on the remote machine will override the receive options.

Using Pragma Systems's Console Telnet Client, pressing CTRL-] will escape to a menu to start sending files.

USAGE:

rz [-option(s)] 

COMMAND OPTIONS: (These options are case sensitive.)

 + Append to existing destination file

 a ASCII transfer (strip CR)

 b Binary transfer for all files

 e Escape control characters 

 u Unlink file after transmission

 y Yes, clobber existing file if any

Any combination of options can be used together by appending the options after the dash (-)

EXAMPLES:

To upload a file to the server, using Pragma Systems's Console Telnet Client

Type rz at the command prompt.

The files received will be saved in the current directory.

Press Control-], to escape back to client menu

Type 2, then filename, to send file

To receive a text file: 

 rz

 Activate client side send.

 To receive a binary file:

 rz -b

 Activate client side send.

 To receive a binary file, and overwrite an existing file with the same name:

 rz -by

 Activate client side send.