DragonFly On-Line Manual Pages

Search: Section:  


ZMRX(1)                DragonFly General Commands Manual               ZMRX(1)

NAME

zmrx - receive file using ZMODEM protocol

SYNOPSIS

zmrx [ -jnopdvq ] [ -lline ]

DESCRIPTION

zmrx receives a file using the ZMODEM file transfer protocol. By default, zmrx reads stdin and writes stdout.

OPTIONS

-lline File (typically a tty) to use for the transfer instead of stdin/stdout. -j Junk any path components of the filename: receive into the base filename in the current directory. -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,-q Verbose (quiet) mode. -d Debug mode.

SEE ALSO

zmtx(1),sz(1),rz(1)

AUTHOR

Jacques Mattheij <jacquesm@hacktic.nl> July 1994 ZMRX(1)

Search: Section: