3 rz \- receive a file using the zmodem protocol
5 \fBrz\fR [\-\fBabepqvy\fR]\fR [\fB\-t \fItimeout\fR]\fR
20 # CP/M to UNIX conventions
26 # Escape for all control characters
29 # Protect file if it already exists
32 # Quiet; opposite of verbose
35 # Set \fItimeout\fR in tenths of a second
38 # Verbose; opposite of quiet
41 # Yes, clobber existing files
44 .B rz </dev/tty01 >/dev/tty01
48 The XMODEM, YMODEM, and ZMODEM family of file transfer programs are widely
49 used on personal computers.
51 supports ZMODEM, the most advanced of the set.
52 The programs \fIsz\fR and \fIrz\fR are used for sending and receiving,
55 \fIRz\fR and \fIsz\fR are programs that uses an error correcting protocol to
56 transfer files over a dial-in serial port from a variety of programs
57 running under various operating systems.
58 \fIRz\fR (Receive ZMODEM) receives files with the ZMODEM batch
59 protocol. Pathnames are supplied by the sending program,
60 and directories are made if necessary (and possible).
61 The meanings of the available options are:
68 conventions by stripping carriage
69 returns and all characters beginning with the first
70 Control Z (CP/M end of file).
74 Binary (tell it like it is) file transfer override.
78 Request 16 bit CRC. XMODEM file transfers default to 8
79 bit checksum. YMODEM and ZMODEM normally use 16 bit CRC.
83 Output file data to /dev/null; for testing.
87 Force sender to escape all control characters; normally
88 XON, XOFF, DLE, CR-@-CR, and Ctrl-X are escaped.
92 Protect: skip file if destination file exists.
96 Quiet suppresses verbosity.
100 Change timeout tenths of seconds (timeout follows flag).
104 Verbose causes a list of file names to be appended to \fI/tmp/rzlog\fR.
105 More v's generate more output.
109 Yes, clobber any existing files with the same name.