DragonFly On-Line Manual Pages
ZMTX(1) DragonFly General Commands Manual ZMTX(1)
NAME
zmtx - transmit file using ZMODEM protocol
SYNOPSIS
zmtx [ -nopdv ] [ -lline ]
DESCRIPTION
zmtx transmits a file using the ZMODEM file transfer protocol. By
default, zmtx reads stdin and writes stdout.
OPTIONS
-lline File (typically a tty) to use for the transfer instead of
stdin/stdout.
-n Transfer only if source is newer than destination.
-o,-p Overwrite (protect) the destination if it exists. The default
is to protect the destination. These flags interact in a
complicated way with similar options at the receiving end -- see
the protocol specification, or be careful.
-v Verbose mode.
-d Debug mode.
SEE ALSO
zmrx(1),sz(1),rz(1)
AUTHOR
Jacques Mattheij <jacquesm@hacktic.nl>
July 1994 ZMTX(1)