Blame doc/COMPATABILITY.lrzsz

Packit 15a96c
ZModem standard:
Packit 15a96c
    lrzsz is compatible with standard zmodem as long as you don't use
Packit 15a96c
    certain options:
Packit 15a96c
    -8 is incompatible with the standard, but should work with most
Packit 15a96c
       DOS/Atari/Amiga ZModems. It's a common extension, but a dangerous
Packit 15a96c
       one. Do not use it unless you know that the receiver can handle it.
Packit 15a96c
    -S is incompatible with certain ZModems which use the TIMESYNC bit
Packit 15a96c
       for other purposes (timesync is a protocol extension by Peter
Packit 15a96c
       Mandrella, read timesync.doc for more information). The default
Packit 15a96c
       is to disable timesync, you must use the `S' option to enable it.
Packit 15a96c
Packit 15a96c
Packit 15a96c
Calling conventions:
Packit 15a96c
    lrzsz is not fully compatible with older UNIX ZModems:
Packit 15a96c
    - PUBDIR (/var/spool/uucppublic) is normally disabled. If you like
Packit 15a96c
      public writable directories please use:
Packit 15a96c
        configure --enable-pubdir=/var/spool/uucppublic
Packit 15a96c
    - lrz defaults to restricted mode, in which the sender must not upload
Packit 15a96c
      any files outside the working directory or PUBDIR (if pubdir is
Packit 15a96c
      enabled). With the old version you had to set SHELL=rsh.
Packit 15a96c
      For more information read the SECURITY paragraph in lrz.1.
Packit 15a96c
    - lrz: remote command execution is disabled. To enable it use -C (but
Packit 15a96c
      be careful - the sender might delete all your files).
Packit 15a96c
    - lrz: does not set executable bits for any files it received under
Packit 15a96c
      a restricted shell.