|  |     This has been discussed elsewhere in this conference, probably not
    under any obvious heading.  Briefly... Kermit _is_ slower because
    it uses 7-bit characters.  That means that some bytes need a prefix
    character to represent the eighth bit, adding maybe 1/3 to the length
    of a file.  XMODEM is faster if you can set up the entire data path
    to be eight bits.
    
    BUT, VMSland is more comfortable with 7-bit settings for historical
    reasons.  Kermit is better supported, people at Columbia U and a
    Digital Press book vs. word of mouth for XModem.  XModem is one
    of the few weak points of the VT100 emulator, as versions through
    R2.7 use checksum mode instead of the stronger CRC mode.  Both protocols
    have had extensions to longer packets, "sliding window" schemes
    to cut time wasted on acknowledging packets, better directory/file
    name handling, etc.  But none of this has shown up in VMS
    implementations inside the company.  None of the newest protocols,
    WX- Y- or Zmodem, has shown up in a VMS implementation.
    
    The best solution seems to be to use VT100 and Kermit when downloading
    from your local VAX, and a different terminal program with better
    flavors of XModem when downloading from a BBS or commercial service.
 |