
lzw

        Lzw (Lempel-Ziv-Welch) is the data compression capability for
        some ASCII-mode sockets.  At present, LZW compression is
        supported by Jnos SMTP, FTP, NNTP and POP3.


        lzw mode [ fast | compact]                       Default: compact

        Display or set the compression method used in data compression
        for specific sockets.


        lzw bits [<number>]                              Default: 9

        Display or set the number of bits used for the compression size.
        The more bits defined the larger the table space needed.  Range
        is 9 to 16.

        lzw trace [ on | off ]                           Default: off

        Display or set the lzw trace flag.  If set on, compression
        statistics will be displayed on the console when a compressed
        socket is closed.
