home *** CD-ROM | disk | FTP | other *** search
/ ftp.cse.unsw.edu.au / 2014.06.ftp.cse.unsw.edu.au.tar / ftp.cse.unsw.edu.au / pub / doc / standards / file_xfer / ymodem < prev    next >
Encoding:
Internet Message Format  |  1992-10-18  |  67.0 KB

  1. Path: spinifex!elecvax!usage!basser!munnari!uunet!swlabs!omen!caf
  2. From: caf@omen.UUCP (Chuck Forsberg WA7KGX)
  3. Newsgroups: comp.protocols.misc
  4. Subject: Re: xmodem protocol spec (long)
  5. Message-ID: <716@omen.UUCP>
  6. Date: 3 Oct 88 05:56:57 GMT
  7. References: <980@srs.UUCP> <4848@whuts.UUCP>
  8. Reply-To: caf@omen.UUCP (Chuck Forsberg WA7KGX)
  9. Organization: Omen Technology Inc, Portland Oregon
  10. Lines: 2124
  11.  
  12. In article <4848@whuts.UUCP> wsd@whuts.UUCP (54299-DINSMORE,W.S.) writes:
  13. :In article <980@srs.UUCP> you write:
  14. :<>
  15. :<>It's been a while since I've seen the definition of the various
  16. :<>xmodem protocols posted.  Here is the first page of a lengthy
  17. :<>spec posted to net.sources in 1986; if enough people (say, 10)
  18. :<>ask me to post the whole thing, I will.  On the other hand,
  19. :    PLEASE POST !!
  20. :
  21. :-- 
  22. :                              |    Wayne S. Dinsmore
  23. :Make it in Massachusetts,     |    AT&T Bell Labs (ihnp4,att,moss)!whuts!wsd 
  24. :Spend it in New Hampshire.    |    20 Shattuck Road  Room 4A-118
  25. :                              |    Andover,Mass  01810 
  26.  
  27. OK, here it is:
  28.  
  29.  
  30.  
  31.                                       - 1 -
  32.  
  33.  
  34.  
  35.                          XMODEM/YMODEM PROTOCOL REFERENCE
  36.                      A compendium of documents describing the
  37.  
  38.                                 XMODEM and YMODEM
  39.  
  40.                              File Transfer Protocols
  41.  
  42.  
  43.  
  44.  
  45.                        This document was formatted 10-2-88.
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.                              Edited by Chuck Forsberg
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                 This file may be redistributed without restriction
  64.                         provided the text is not altered.
  65.  
  66.                      Please distribute as widely as possible.
  67.  
  68.                            Questions to Chuck Forsberg
  69.  
  70.  
  71.  
  72.  
  73.  
  74.                                Omen Technology Inc
  75.                           The High Reliability Software
  76.                             17505-V Sauvie Island Road
  77.                               Portland Oregon 97231
  78.                             VOICE: 503-621-3406 :VOICE
  79.       TeleGodzilla BBS: 503-621-3746 Speed 19200(Telebit PEP),2400,1200,300
  80.                               CompuServe: 70007,2304
  81.                                     GEnie: CAF
  82.                         UUCP: ...!tektronix!reed!omen!caf
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.                                       - 2 -
  98.  
  99.  
  100.  
  101.     1.  TOWER OF BABEL
  102.  
  103.     A "YMODEM Tower of Babel" has descended on the microcomputing community
  104.     bringing with it confusion, frustration, bloated phone bills, and wasted
  105.     man hours.  Sadly, I (Chuck Forsberg) am partly to blame for this mess.
  106.  
  107.     As author of the early 1980s batch and 1k XMODEM extensions, I assumed
  108.     readers of earlier versions of this document would implement as much of
  109.     the YMODEM protocol as their programming skills and computing environments
  110.     would permit.  This proved a rather naive assumption as programmers
  111.     motivated by competitive pressure implemented as little of YMODEM as
  112.     possible.  Some have taken whatever parts of YMODEM that appealed to them,
  113.     applied them to MODEM7 Batch, Telink, XMODEM or whatever, and called the
  114.     result YMODEM.
  115.  
  116.     Jeff Garbers (Crosstalk package development director) said it all: "With
  117.     protocols in the public domain, anyone who wants to dink around with them
  118.     can go ahead." [1]
  119.  
  120.     Documents containing altered examples derived from YMODEM.DOC have added
  121.     to the confusion.  In one instance, some self styled rewriter of history
  122.     altered the heading in YMODEM.DOC's Figure 1 from "1024 byte Packets" to
  123.     "YMODEM/CRC File Transfer Protocol".  None of the XMODEM and YMODEM
  124.     examples shown in that document were correct.
  125.  
  126.     To put an end to this confusion, we must make "perfectly clear" what
  127.     YMODEM stands for, as Ward Christensen defined it in his 1985 coining of
  128.     the term.
  129.  
  130.     To the majority of you who read, understood, and respected Ward's
  131.     definition of YMODEM, I apologize for the inconvenience.
  132.  
  133.     1.1  Definitions
  134.  
  135.     ARC     ARC is a program that compresses one or more files into an archive
  136.             and extracts files from such archives.
  137.  
  138.     XMODEM  refers to the file transfer etiquette introduced by Ward
  139.             Christensen's 1977 MODEM.ASM program.  The name XMODEM comes from
  140.             Keith Petersen's XMODEM.ASM program, an adaptation of MODEM.ASM
  141.             for Remote CP/M (RCPM) systems.  It's also called the MODEM or
  142.             MODEM2 protocol.  Some who are unaware of MODEM7's unusual batch
  143.             file mode call it MODEM7.  Other aliases include "CP/M Users'
  144.             Group" and "TERM II FTP 3".  The name XMODEM caught on partly
  145.             because it is distinctive and partly because of media interest in
  146.  
  147.  
  148.     __________
  149.  
  150.      1. Page C/12, PC-WEEK July 12, 1987
  151.  
  152.  
  153.  
  154.  
  155.     Chapter 1
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.     X/YMODEM Protocol Reference    June 18 1988                              3
  164.  
  165.  
  166.  
  167.             bulletin board and RCPM systems where it was accessed with an
  168.             "XMODEM" command.  This protocol is supported by every serious
  169.             communications program because of its universality, simplicity,
  170.             and reasonable performance.
  171.  
  172.     XMODEM/CRC replaces XMODEM's 1 byte checksum with a two byte Cyclical
  173.             Redundancy Check (CRC-16), giving modern error detection
  174.             protection.
  175.  
  176.     XMODEM-1k Refers to the XMODEM/CRC protocol with 1024 byte data blocks.
  177.  
  178.     YMODEM  Refers to the XMODEM/CRC (optional 1k blocks) protocol with batch
  179.             transmission as described below.  In a nutshell, YMODEM means
  180.             BATCH.
  181.  
  182.     YMODEM-g Refers to the streaming YMODEM variation described below.
  183.  
  184.     True YMODEM(TM) In an attempt to sort out the YMODEM Tower of Babel, Omen
  185.             Technology has trademarked the term True YMODEM(TM) to represent
  186.             the complete YMODEM protocol described in this document, including
  187.             pathname, length, and modification date transmitted in block 0.
  188.             Please contact Omen Technology about certifying programs for True
  189.             YMODEM(TM) compliance.
  190.  
  191.     ZMODEM  uses familiar XMODEM/CRC and YMODEM technology in a new protocol
  192.             that provides reliability, throughput, file management, and user
  193.             amenities appropriate to contemporary data communications.
  194.  
  195.     ZOO     Like ARC, ZOO is a program that compresses one or more files into
  196.             a "zoo archive".  ZOO supports many different operating systems
  197.             including Unix and VMS.
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.     Chapter 1
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.     X/YMODEM Protocol Reference    June 18 1988                              4
  230.  
  231.  
  232.  
  233.     2.  YMODEM MINIMUM REQUIREMENTS
  234.  
  235.     All programs claiming to support YMODEM must meet the following minimum
  236.     requirements:
  237.  
  238.        + The sending program shall send the pathname (file name) in block 0.
  239.  
  240.        + The pathname shall be a null terminated ASCII string as described
  241.          below.
  242.  
  243.          For those who are too lazy to read the entire document:
  244.  
  245.             + Unless specifically requested, only the file name portion is
  246.               sent.
  247.  
  248.             + No drive letter is sent.
  249.  
  250.             + Systems that do not distinguish between upper and lower case
  251.               letters in filenames shall send the pathname in lower case only.
  252.  
  253.  
  254.        + The receiving program shall use this pathname for the received file
  255.          name, unless explicitly overridden.
  256.  
  257.        + When the receiving program receives this block and successfully
  258.          opened the output file, it shall acknowledge this block with an ACK
  259.          character and then proceed with a normal XMODEM file transfer
  260.          beginning with a "C" or NAK tranmsitted by the receiver.
  261.  
  262.        + The sending program shall use CRC-16 in response to a "C" pathname
  263.          nak, otherwise use 8 bit checksum.
  264.  
  265.        + The receiving program must accept any mixture of 128 and 1024 byte
  266.          blocks within each file it receives.  Sending programs may
  267.          arbitrarily switch between 1024 and 128 byte blocks.
  268.  
  269.        + The sending program must not change the length of an unacknowledged
  270.          block.
  271.  
  272.        + At the end of each file, the sending program shall send EOT up to ten
  273.          times until it receives an ACK character.  (This is part of the
  274.          XMODEM spec.)
  275.  
  276.        + The end of a transfer session shall be signified by a null (empty)
  277.          pathname, this pathname block shall be acknowledged the same as other
  278.          pathname blocks.
  279.  
  280.     Programs not meeting all of these requirements are not YMODEM compatible,
  281.     and shall not be described as supporting YMODEM.
  282.  
  283.     Meeting these MINIMUM requirements does not guarantee reliable file
  284.  
  285.  
  286.  
  287.     Chapter 2
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.     X/YMODEM Protocol Reference    June 18 1988                              5
  296.  
  297.  
  298.  
  299.     transfers under stress.  Particular attention is called to XMODEM's single
  300.     character supervisory messages that are easily corrupted by transmission
  301.     errors.
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.     Chapter 2
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.     X/YMODEM Protocol Reference    June 18 1988                              6
  362.  
  363.  
  364.  
  365.     3.  WHY YMODEM?
  366.  
  367.     Since its development half a decade ago, the Ward Christensen modem
  368.     protocol has enabled a wide variety of computer systems to interchange
  369.     data.  There is hardly a communications program that doesn't at least
  370.     claim to support this protocol.
  371.  
  372.     Advances in computing, modems and networking have revealed a number of
  373.     weaknesses in the original protocol:
  374.  
  375.        + The short block length caused throughput to suffer when used with
  376.          timesharing systems, packet switched networks, satellite circuits,
  377.          and buffered (error correcting) modems.
  378.  
  379.        + The 8 bit arithmetic checksum and other aspects allowed line
  380.          impairments to interfere with dependable, accurate transfers.
  381.  
  382.        + Only one file could be sent per command.  The file name had to be
  383.          given twice, first to the sending program and then again to the
  384.          receiving program.
  385.  
  386.        + The transmitted file could accumulate as many as 127 extraneous
  387.          bytes.
  388.  
  389.        + The modification date of the file was lost.
  390.  
  391.     A number of other protocols have been developed over the years, but none
  392.     have displaced XMODEM to date:
  393.  
  394.        + Lack of public domain documentation and example programs have kept
  395.          proprietary protocols such as Blast, Relay, and others tightly bound
  396.          to the fortunes of their suppliers.
  397.  
  398.        + Complexity discourages the widespread application of BISYNC, SDLC,
  399.          HDLC, X.25, and X.PC protocols.
  400.  
  401.        + Performance compromises and complexity have limited the popularity of
  402.          the Kermit protocol, which was developed to allow file transfers in
  403.          environments hostile to XMODEM.
  404.  
  405.     The XMODEM protocol extensions and YMODEM Batch address some of these
  406.     weaknesses while maintaining most of XMODEM's simplicity.
  407.  
  408.     YMODEM is supported by the public domain programs YAM (CP/M),
  409.     YAM(CP/M-86), YAM(CCPM-86), IMP (CP/M), KMD (CP/M), rz/sz (Unix, Xenix,
  410.     VMS, Berkeley Unix, Venix, Xenix, Coherent, IDRIS, Regulus).  Commercial
  411.     implementations include MIRROR, and Professional-YAM.[1] Communications
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.     Chapter 3
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.     X/YMODEM Protocol Reference    June 18 1988                              7
  428.  
  429.  
  430.  
  431.     programs supporting these extensions have been in use since 1981.
  432.  
  433.     The 1k block length (XMODEM-1k) described below may be used in conjunction
  434.     with YMODEM Batch Protocol, or with single file transfers identical to the
  435.     XMODEM/CRC protocol except for minimal changes to support 1k blocks.
  436.  
  437.     Another extension is the YMODEM-g protocol.  YMODEM-g provides batch
  438.     transfers with maximum throughput when used with end to end error
  439.     correcting media, such as X.PC and error correcting modems, including 9600
  440.     bps units by TeleBit, U.S.Robotics, Hayes, Electronic Vaults, Data Race,
  441.     and others.
  442.  
  443.     To complete this tome, edited versions of Ward Christensen's original
  444.     protocol document and John Byrns's CRC-16 document are included for
  445.     reference.
  446.  
  447.     References to the MODEM or MODEM7 protocol have been changed to XMODEM to
  448.     accommodate the vernacular.  In Australia, it is properly called the
  449.     Christensen Protocol.
  450.  
  451.  
  452.     3.1  Some Messages from the Pioneer
  453.  
  454.     #: 130940 S0/Communications 25-Apr-85  18:38:47
  455.     Sb: my protocol
  456.     Fm: Ward Christensen 76703,302 [2]
  457.     To: all
  458.  
  459.     Be aware the article[3] DID quote me correctly in terms of the phrases
  460.     like "not robust", etc.
  461.  
  462.     It was a quick hack I threw together, very unplanned (like everything I
  463.     do), to satisfy a personal need to communicate with "some other" people.
  464.  
  465.     ONLY the fact that it was done in 8/77, and that I put it in the public
  466.     domain immediately, made it become the standard that it is.
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.     __________________________________________________________________________
  475.  
  476.      1. Available for IBM PC,XT,AT, Unix and Xenix
  477.  
  478.      2. Edited for typesetting appearance
  479.  
  480.      3. Infoworld April 29 p. 16
  481.  
  482.  
  483.  
  484.  
  485.     Chapter 3
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.     X/YMODEM Protocol Reference    June 18 1988                              8
  494.  
  495.  
  496.  
  497.     I think its time for me to
  498.  
  499.     (1) document it; (people call me and say "my product is going to include
  500.     it - what can I 'reference'", or "I'm writing a paper on it, what do I put
  501.     in the bibliography") and
  502.  
  503.     (2) propose an "incremental extension" to it, which might take "exactly"
  504.     the form of Chuck Forsberg's YAM protocol.  He wrote YAM in C for CP/M and
  505.     put it in the public domain, and wrote a batch protocol for Unix[4] called
  506.     rb and sb (receive batch, send batch), which was basically XMODEM with
  507.        (a) a record 0 containing filename date time and size
  508.        (b) a 1K block size option
  509.        (c) CRC-16.
  510.  
  511.     He did some clever programming to detect false ACK or EOT, but basically
  512.     left them the same.
  513.  
  514.     People who suggest I make SIGNIFICANT changes to the protocol, such as
  515.     "full duplex", "multiple outstanding blocks", "multiple destinations", etc
  516.     etc don't understand that the incredible simplicity of the protocol is one
  517.     of the reasons it survived to this day in as many machines and programs as
  518.     it may be found in!
  519.  
  520.     Consider the PC-NET group back in '77 or so - documenting to beat the band
  521.     - THEY had a protocol, but it was "extremely complex", because it tried to
  522.     be "all things to all people" - i.e. send binary files on a 7-bit system,
  523.     etc.  I was not that "benevolent". I (emphasize > I < ) had an 8-bit UART,
  524.     so "my protocol was an 8-bit protocol", and I would just say "sorry" to
  525.     people who were held back by 7-bit limitations.  ...
  526.  
  527.     Block size: Chuck Forsberg created an extension of my protocol, called
  528.     YAM, which is also supported via his public domain programs for UNIX
  529.     called rb and sb - receive batch and send batch.  They cleverly send a
  530.     "block 0" which contains the filename, date, time, and size.
  531.     Unfortunately, its UNIX style, and is a bit weird[5] - octal numbers, etc.
  532.     BUT, it is a nice way to overcome the kludgy "echo the chars of the name"
  533.     introduced with MODEM7.  Further, chuck uses CRC-16 and optional 1K
  534.     blocks.  Thus the record 0, 1K, and CRC, make it a "pretty slick new
  535.     protocol" which is not significantly different from my own.
  536.  
  537.     Also, there is a catchy name - YMODEM.  That means to some that it is the
  538.     "next thing after XMODEM", and to others that it is the Y(am)MODEM
  539.  
  540.  
  541.     __________
  542.  
  543.      4. VAX/VMS versions of these programs are also available.
  544.  
  545.      5. The file length, time, and file mode are optional.  The pathname and
  546.         file length may be sent alone if desired.
  547.  
  548.  
  549.  
  550.  
  551.     Chapter 3
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.     X/YMODEM Protocol Reference    June 18 1988                              9
  560.  
  561.  
  562.  
  563.     protocol.  I don't want to emphasize that too much - out of fear that
  564.     other mfgrs might think it is a "competitive" protocol, rather than an
  565.     "unaffiliated" protocol.  Chuck is currently selling a much-enhanced
  566.     version of his CP/M-80 C program YAM, calling it Professional Yam, and its
  567.     for the PC - I'm using it right now.  VERY slick!  32K capture buffer,
  568.     script, scrolling, previously captured text search, plus built-in commands
  569.     for just about everything - directory (sorted every which way), XMODEM,
  570.     YMODEM, KERMIT, and ASCII file upload/download, etc.  You can program it
  571.     to "behave" with most any system - for example when trying a number for
  572.     CIS it detects the "busy" string back from the modem and substitutes a
  573.     diff phone # into the dialing string and branches back to try it.
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.     Chapter 3
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.     X/YMODEM Protocol Reference    June 18 1988                             10
  626.  
  627.  
  628.  
  629.     4.  XMODEM PROTOCOL ENHANCEMENTS
  630.  
  631.     This chapter discusses the protocol extensions to Ward Christensen's 1982
  632.     XMODEM protocol description document.
  633.  
  634.     The original document recommends the user be asked whether to continue
  635.     trying or abort after 10 retries.  Most programs no longer ask the
  636.     operator whether he wishes to keep retrying.  Virtually all correctable
  637.     errors are corrected within the first few retransmissions.  If the line is
  638.     so bad that ten attempts are insufficient, there is a significant danger
  639.     of undetected errors.  If the connection is that bad, it's better to
  640.     redial for a better connection, or mail a floppy disk.
  641.  
  642.  
  643.     4.1  Graceful Abort
  644.  
  645.     The YAM and Professional-YAM X/YMODEM routines recognize a sequence of two
  646.     consecutive CAN (Hex 18) characters without modem errors (overrun,
  647.     framing, etc.) as a transfer abort command.  This sequence is recognized
  648.     when is waiting for the beginning of a block or for an acknowledgement to
  649.     a block that has been sent.  The check for two consecutive CAN characters
  650.     reduces the number of transfers aborted by line hits.  YAM sends eight CAN
  651.     characters when it aborts an XMODEM, YMODEM, or ZMODEM protocol file
  652.     transfer.  Pro-YAM then sends eight backspaces to delete the CAN
  653.     characters from the remote's keyboard input buffer, in case the remote had
  654.     already aborted the transfer and was awaiting a keyboarded command.
  655.  
  656.  
  657.     4.2  CRC-16 Option
  658.  
  659.     The XMODEM protocol uses an optional two character CRC-16 instead of the
  660.     one character arithmetic checksum used by the original protocol and by
  661.     most commercial implementations.  CRC-16 guarantees detection of all
  662.     single and double bit errors,  all errors with an odd number of error
  663.     bits, all burst errors of length 16 or less, 99.9969% of all 17-bit error
  664.     bursts, and 99.9984 per cent of all possible longer error bursts.  By
  665.     contrast, a double bit error, or a burst error of 9 bits or more can sneak
  666.     past the XMODEM protocol arithmetic checksum.
  667.  
  668.     The XMODEM/CRC protocol is similar to the XMODEM protocol, except that the
  669.     receiver specifies CRC-16 by sending C (Hex 43) instead of NAK when
  670.     requesting the FIRST block.  A two byte CRC is sent in place of the one
  671.     byte arithmetic checksum.
  672.  
  673.     YAM's c option to the r command enables CRC-16 in single file reception,
  674.     corresponding to the original implementation in the MODEM7 series
  675.     programs.  This remains the default because many commercial communications
  676.     programs and bulletin board systems still do not support CRC-16,
  677.     especially those written in Basic or Pascal.
  678.  
  679.     XMODEM protocol with CRC is accurate provided both sender and receiver
  680.  
  681.  
  682.  
  683.     Chapter 4                                     XMODEM Protocol Enhancements
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.     X/YMODEM Protocol Reference    June 18 1988                             11
  692.  
  693.  
  694.  
  695.     both report a successful transmission.  The protocol is robust in the
  696.     presence of characters lost by buffer overloading on timesharing systems.
  697.  
  698.     The single character ACK/NAK responses generated by the receiving program
  699.     adapt well to split speed modems, where the reverse channel is limited to
  700.     ten per cent or less of the main channel's speed.
  701.  
  702.     XMODEM and YMODEM are half duplex protocols which do not attempt to
  703.     transmit information and control signals in both directions at the same
  704.     time.  This avoids buffer overrun problems that have been reported by
  705.     users attempting to exploit full duplex asynchronous file transfer
  706.     protocols such as Blast.
  707.  
  708.     Professional-YAM adds several proprietary logic enhancements to XMODEM's
  709.     error detection and recovery.  These compatible enhancements eliminate
  710.     most of the bad file transfers other programs make when using the XMODEM
  711.     protocol under less than ideal conditions.
  712.  
  713.  
  714.     4.3  XMODEM-1k 1024 Byte Block
  715.  
  716.     Disappointing throughput downloading from Unix with YMODEM[1] lead to the
  717.     development of 1024 byte blocks in 1982.  1024 byte blocks reduce the
  718.     effect of delays from timesharing systems, modems, and packet switched
  719.     networks on throughput by 87.5 per cent in addition to decreasing XMODEM's
  720.     3 per cent overhead (block number, CRC, etc.).
  721.  
  722.     Some environments cannot accept 1024 byte bursts, including some networks
  723.     and minicomputer ports.  The longer block length should be an option.
  724.  
  725.     The choice to use 1024 byte blocks is expressed to the sending program on
  726.     its command line or selection menu.[2] 1024 byte blocks improve throughput
  727.     in many applications.
  728.  
  729.     An STX (02) replaces the SOH (01) at the beginning of the transmitted
  730.     block to notify the receiver of the longer block length.  The transmitted
  731.     block contains 1024 bytes of data.  The receiver should be able to accept
  732.     any mixture of 128 and 1024 byte blocks.  The block number (in the second
  733.     and third bytes of the block) is incremented by one for each block
  734.     regardless of the block length.
  735.  
  736.     The sender must not change between 128 and 1024 byte block lengths if it
  737.     has not received a valid ACK for the current block.  Failure to observe
  738.  
  739.  
  740.     __________
  741.  
  742.      1. The name hadn't been coined yet, but the protocol was the same.
  743.  
  744.      2. See "KMD/IMP Exceptions to YMODEM" below.
  745.  
  746.  
  747.  
  748.  
  749.     Chapter 4                                     XMODEM Protocol Enhancements
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.     X/YMODEM Protocol Reference    June 18 1988                             12
  758.  
  759.  
  760.  
  761.     this restriction allows transmission errors to pass undetected.
  762.  
  763.     If 1024 byte blocks are being used, it is possible for a file to "grow" up
  764.     to the next multiple of 1024 bytes.  This does not waste disk space if the
  765.     allocation granularity is 1k or greater.  With YMODEM batch transmission,
  766.     the optional file length transmitted in the file name block allows the
  767.     receiver to discard the padding, preserving the exact file length and
  768.     contents.
  769.  
  770.     1024 byte blocks may be used with batch file transmission or with single
  771.     file transmission.  CRC-16 should be used with the k option to preserve
  772.     data integrity over phone lines.  If a program wishes to enforce this
  773.     recommendation, it should cancel the transfer, then issue an informative
  774.     diagnostic message if the receiver requests checksum instead of CRC-16.
  775.  
  776.     Under no circumstances may a sending program use CRC-16 unless the
  777.     receiver commands CRC-16.
  778.  
  779.              Figure 1.  XMODEM-1k Blocks
  780.  
  781.              SENDER                                  RECEIVER
  782.                                                      "sx -k foo.bar"
  783.              "foo.bar open x.x minutes"
  784.                                                      C
  785.              STX 01 FE Data[1024] CRC CRC
  786.                                                      ACK
  787.              STX 02 FD Data[1024] CRC CRC
  788.                                                      ACK
  789.              STX 03 FC Data[1000] CPMEOF[24] CRC CRC
  790.                                                      ACK
  791.              EOT
  792.                                                      ACK
  793.  
  794.              Figure 2.  Mixed 1024 and 128 byte Blocks
  795.  
  796.              SENDER                                  RECEIVER
  797.                                                      "sx -k foo.bar"
  798.              "foo.bar open x.x minutes"
  799.                                                      C
  800.              STX 01 FE Data[1024] CRC CRC
  801.                                                      ACK
  802.              STX 02 FD Data[1024] CRC CRC
  803.                                                      ACK
  804.              SOH 03 FC Data[128] CRC CRC
  805.                                                      ACK
  806.              SOH 04 FB Data[100] CPMEOF[28] CRC CRC
  807.                                                      ACK
  808.              EOT
  809.                                                      ACK
  810.  
  811.  
  812.  
  813.  
  814.  
  815.     Chapter 4                                     XMODEM Protocol Enhancements
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.     X/YMODEM Protocol Reference    June 18 1988                             13
  824.  
  825.  
  826.  
  827.     5.  YMODEM Batch File Transmission
  828.  
  829.     The YMODEM Batch protocol is an extension to the XMODEM/CRC protocol that
  830.     allows 0 or more files to be transmitted with a single command.  (Zero
  831.     files may be sent if none of the requested files is accessible.) The
  832.     design approach of the YMODEM Batch protocol is to use the normal routines
  833.     for sending and receiving XMODEM blocks in a layered fashion similar to
  834.     packet switching methods.
  835.  
  836.     Why was it necessary to design a new batch protocol when one already
  837.     existed in MODEM7?[1] The batch file mode used by MODEM7 is unsuitable
  838.     because it does not permit full pathnames, file length, file date, or
  839.     other attribute information to be transmitted.  Such a restrictive design,
  840.     hastily implemented with only CP/M in mind, would not have permitted
  841.     extensions to current areas of personal computing such as Unix, DOS, and
  842.     object oriented systems.  In addition, the MODEM7 batch file mode is
  843.     somewhat susceptible to transmission impairments.
  844.  
  845.     As in the case of single a file transfer, the receiver initiates batch
  846.     file transmission by sending a "C" character (for CRC-16).
  847.  
  848.     The sender opens the first file and sends block number 0 with the
  849.     following information.[2]
  850.  
  851.     Only the pathname (file name) part is required for batch transfers.
  852.  
  853.     To maintain upwards compatibility, all unused bytes in block 0 must be set
  854.     to null.
  855.  
  856.     Pathname The pathname (conventionally, the file name) is sent as a null
  857.          terminated ASCII string.  This is the filename format used by the
  858.          handle oriented MSDOS(TM) functions and C library fopen functions.
  859.          An assembly language example follows:
  860.                                   DB      'foo.bar',0
  861.          No spaces are included in the pathname.  Normally only the file name
  862.          stem (no directory prefix) is transmitted unless the sender has
  863.          selected YAM's f option to send the full pathname.  The source drive
  864.          (A:, B:, etc.) is not sent.
  865.  
  866.          Filename Considerations:
  867.  
  868.  
  869.  
  870.     __________
  871.  
  872.      1. The MODEM7 batch protocol transmitted CP/M FCB bytes f1...f8 and
  873.         t1...t3 one character at a time.  The receiver echoed these bytes as
  874.         received, one at a time.
  875.  
  876.      2. Only the data part of the block is described here.
  877.  
  878.  
  879.  
  880.  
  881.     Chapter 5                                     XMODEM Protocol Enhancements
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.     X/YMODEM Protocol Reference    June 18 1988                             14
  890.  
  891.  
  892.  
  893.             + File names are forced to lower case unless the sending system
  894.               supports upper/lower case file names.  This is a convenience for
  895.               users of systems (such as Unix) which store filenames in upper
  896.               and lower case.
  897.  
  898.             + The receiver should accommodate file names in lower and upper
  899.               case.
  900.  
  901.             + When transmitting files between different operating systems,
  902.               file names must be acceptable to both the sender and receiving
  903.               operating systems.
  904.  
  905.          If directories are included, they are delimited by /; i.e.,
  906.          "subdir/foo" is acceptable, "subdir\foo" is not.
  907.  
  908.     Length The file length and each of the succeeding fields are optional.[3]
  909.          The length field is stored in the block as a decimal string counting
  910.          the number of data bytes in the file.  The file length does not
  911.          include any CPMEOF (^Z) or other garbage characters used to pad the
  912.          last block.
  913.  
  914.          If the file being transmitted is growing during transmission, the
  915.          length field should be set to at least the final expected file
  916.          length, or not sent.
  917.  
  918.          The receiver stores the specified number of characters, discarding
  919.          any padding added by the sender to fill up the last block.
  920.  
  921.     Modification Date The mod date is optional, and the filename and length
  922.          may be sent without requiring the mod date to be sent.
  923.  
  924.          Iff the modification date is sent, a single space separates the
  925.          modification date from the file length.
  926.  
  927.          The mod date is sent as an octal number giving the time the contents
  928.          of the file were last changed, measured in seconds from Jan 1 1970
  929.          Universal Coordinated Time (GMT).  A date of 0 implies the
  930.          modification date is unknown and should be left as the date the file
  931.          is received.
  932.  
  933.          This standard format was chosen to eliminate ambiguities arising from
  934.          transfers between different time zones.
  935.  
  936.  
  937.  
  938.  
  939.  
  940.     __________
  941.  
  942.      3. Fields may not be skipped.
  943.  
  944.  
  945.  
  946.  
  947.     Chapter 5                                     XMODEM Protocol Enhancements
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.     X/YMODEM Protocol Reference    June 18 1988                             15
  956.  
  957.  
  958.  
  959.     Mode Iff the file mode is sent, a single space separates the file mode
  960.          from the modification date.  The file mode is stored as an octal
  961.          string.  Unless the file originated from a Unix system, the file mode
  962.          is set to 0.  rb(1) checks the file mode for the 0x8000 bit which
  963.          indicates a Unix type regular file.  Files with the 0x8000 bit set
  964.          are assumed to have been sent from another Unix (or similar) system
  965.          which uses the same file conventions.  Such files are not translated
  966.          in any way.
  967.  
  968.  
  969.     Serial Number Iff the serial number is sent, a single space separates the
  970.          serial number from the file mode.  The serial number of the
  971.          transmitting program is stored as an octal string.  Programs which do
  972.          not have a serial number should omit this field, or set it to 0.  The
  973.          receiver's use of this field is optional.
  974.  
  975.  
  976.     Other Fields YMODEM was designed to allow additional header fields to be
  977.          added as above without creating compatibility problems with older
  978.          YMODEM programs.  Please contact Omen Technology if other fields are
  979.          needed for special application requirements.
  980.  
  981.     The rest of the block is set to nulls.  This is essential to preserve
  982.     upward compatibility.[4]
  983.  
  984.     If the filename block is received with a CRC or other error, a
  985.     retransmission is requested.  After the filename block has been received,
  986.     it is ACK'ed if the write open is successful.  If the file cannot be
  987.     opened for writing, the receiver cancels the transfer with CAN characters
  988.     as described above.
  989.  
  990.     The receiver then initiates transfer of the file contents with a "C"
  991.     character, according to the standard XMODEM/CRC protocol.
  992.  
  993.     After the file contents and XMODEM EOT have been transmitted and
  994.     acknowledged, the receiver again asks for the next pathname.
  995.  
  996.     Transmission of a null pathname terminates batch file transmission.
  997.  
  998.     Note that transmission of no files is not necessarily an error.  This is
  999.     possible if none of the files requested of the sender could be opened for
  1000.     reading.
  1001.  
  1002.  
  1003.  
  1004.     __________
  1005.  
  1006.      4. If, perchance, this information extends beyond 128 bytes (possible
  1007.         with Unix 4.2 BSD extended file names), the block should be sent as a
  1008.         1k block as described above.
  1009.  
  1010.  
  1011.  
  1012.  
  1013.     Chapter 5                                     XMODEM Protocol Enhancements
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.     X/YMODEM Protocol Reference    June 18 1988                             16
  1022.  
  1023.  
  1024.  
  1025.     Most YMODEM receivers request CRC-16 by default.
  1026.  
  1027.     The Unix programs sz(1) and rz(1) included in the source code file
  1028.     RZSZ.ZOO should answer other questions about YMODEM batch protocol.
  1029.  
  1030.               Figure 3.  YMODEM Batch Transmission Session (1 file)
  1031.  
  1032.               SENDER                                  RECEIVER
  1033.                                                       "sb foo.*<CR>"
  1034.               "sending in batch mode etc."
  1035.                                                       C (command:rb)
  1036.               SOH 00 FF foo.c NUL[123] CRC CRC
  1037.                                                       ACK
  1038.                                                       C
  1039.               SOH 01 FE Data[128] CRC CRC
  1040.                                                       ACK
  1041.               SOH 02 FC Data[128] CRC CRC
  1042.                                                       ACK
  1043.               SOH 03 FB Data[100] CPMEOF[28] CRC CRC
  1044.                                                       ACK
  1045.               EOT
  1046.                                                       NAK
  1047.               EOT
  1048.                                                       ACK
  1049.                                                       C
  1050.               SOH 00 FF NUL[128] CRC CRC
  1051.                                                       ACK
  1052.  
  1053.                 Figure 7.  YMODEM Header Information and Features
  1054.  
  1055.     _____________________________________________________________
  1056.     | Program   | Length | Date | Mode | S/N | 1k-Blk | YMODEM-g |
  1057.     |___________|________|______|______|_____|________|__________|
  1058.     |Unix rz/sz | yes    | yes  | yes  | no  | yes    | sb only  |
  1059.     |___________|________|______|______|_____|________|__________|
  1060.     |VMS rb/sb  | yes    | no   | no   | no  | yes    | no       |
  1061.     |___________|________|______|______|_____|________|__________|
  1062.     |Pro-YAM    | yes    | yes  | no   | yes | yes    | yes      |
  1063.     |___________|________|______|______|_____|________|__________|
  1064.     |CP/M YAM   | no     | no   | no   | no  | yes    | no       |
  1065.     |___________|________|______|______|_____|________|__________|
  1066.     |KMD/IMP    | ?      | no   | no   | no  | yes    | no       |
  1067.     |___________|________|______|______|_____|________|__________|
  1068.  
  1069.     5.1  KMD/IMP Exceptions to YMODEM
  1070.  
  1071.     KMD and IMP use a "CK" character sequence emitted by the receiver to
  1072.     trigger the use of 1024 byte blocks as an alternative to specifying this
  1073.     option to the sending program.  This two character sequence generally
  1074.     works well on single process micros in direct communication, provided the
  1075.     programs rigorously adhere to all the XMODEM recommendations included
  1076.  
  1077.  
  1078.  
  1079.     Chapter 5                                     XMODEM Protocol Enhancements
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.     X/YMODEM Protocol Reference    June 18 1988                             17
  1088.  
  1089.  
  1090.  
  1091.            Figure 4.  YMODEM Batch Transmission Session (2 files)
  1092.  
  1093.            SENDER                                  RECEIVER
  1094.                                                    "sb foo.c baz.c<CR>"
  1095.            "sending in batch mode etc."
  1096.                                                    C (command:rb)
  1097.            SOH 00 FF foo.c NUL[123] CRC CRC
  1098.                                                    ACK
  1099.                                                    C
  1100.            SOH 01 FE Data[128] CRC CRC
  1101.                                                    ACK
  1102.            SOH 02 FC Data[128] CRC CRC
  1103.                                                    ACK
  1104.            SOH 03 FB Data[100] CPMEOF[28] CRC CRC
  1105.                                                    ACK
  1106.            EOT
  1107.                                                    NAK
  1108.            EOT
  1109.                                                    ACK
  1110.                                                    C
  1111.            SOH 00 FF baz.c NUL[123] CRC CRC
  1112.                                                    ACK
  1113.                                                    C
  1114.            SOH 01 FB Data[100] CPMEOF[28] CRC CRC
  1115.                                                    ACK
  1116.            EOT
  1117.                                                    NAK
  1118.            EOT
  1119.                                                    ACK
  1120.                                                    C
  1121.            SOH 00 FF NUL[128] CRC CRC
  1122.                                                    ACK
  1123.  
  1124.             Figure 5.  YMODEM Batch Transmission Session-1k Blocks
  1125.  
  1126.             SENDER                                  RECEIVER
  1127.                                                     "sb -k foo.*<CR>"
  1128.             "sending in batch mode etc."
  1129.                                                     C (command:rb)
  1130.             SOH 00 FF foo.c NUL[123] CRC CRC
  1131.                                                     ACK
  1132.                                                     C
  1133.             STX 01 FD Data[1024] CRC CRC
  1134.                                                     ACK
  1135.             SOH 02 FC Data[128] CRC CRC
  1136.                                                     ACK
  1137.             SOH 03 FB Data[100] CPMEOF[28] CRC CRC
  1138.                                                     ACK
  1139.             EOT
  1140.                                                     NAK
  1141.             EOT
  1142.  
  1143.  
  1144.  
  1145.     Chapter 5                                     XMODEM Protocol Enhancements
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.     X/YMODEM Protocol Reference    June 18 1988                             18
  1154.  
  1155.  
  1156.  
  1157.                                                     ACK
  1158.                                                     C
  1159.             SOH 00 FF NUL[128] CRC CRC
  1160.                                                     ACK
  1161.  
  1162.            Figure 6.  YMODEM Filename block transmitted by sz
  1163.  
  1164.            -rw-r--r--  6347 Jun 17 1984 20:34 bbcsched.txt
  1165.  
  1166.            00 0100FF62 62637363 6865642E 74787400   |...bbcsched.txt.|
  1167.            10 36333437 20333331 34373432 35313320   |6347 3314742513 |
  1168.            20 31303036 34340000 00000000 00000000   |100644..........|
  1169.            30 00000000 00000000 00000000 00000000
  1170.            40 00000000 00000000 00000000 00000000
  1171.            50 00000000 00000000 00000000 00000000
  1172.            60 00000000 00000000 00000000 00000000
  1173.            70 00000000 00000000 00000000 00000000
  1174.            80 000000CA 56
  1175.  
  1176.     herein.  Programs with marginal XMODEM implementations do not fare so
  1177.     well.  Timesharing systems and packet switched networks can separate the
  1178.     successive characters, rendering this method unreliable.
  1179.  
  1180.     Sending programs may detect the CK sequence if the operating enviornment
  1181.     does not preclude reliable implementation.
  1182.  
  1183.     Instead of the standard YMODEM file length in decimal, KMD and IMP
  1184.     transmit the CP/M record count in the last two bytes of the header block.
  1185.  
  1186.  
  1187.     6.  YMODEM-g File Transmission
  1188.  
  1189.     Developing technology is providing phone line data transmission at ever
  1190.     higher speeds using very specialized techniques.  These high speed modems,
  1191.     as well as session protocols such as X.PC, provide high speed, nearly
  1192.     error free communications at the expense of considerably increased delay
  1193.     time.
  1194.  
  1195.     This delay time is moderate compared to human interactions, but it
  1196.     cripples the throughput of most error correcting protocols.
  1197.  
  1198.     The g option to YMODEM has proven effective under these circumstances.
  1199.     The g option is driven by the receiver, which initiates the batch transfer
  1200.     by transmitting a G instead of C.  When the sender recognizes the G, it
  1201.     bypasses the usual wait for an ACK to each transmitted block, sending
  1202.     succeeding blocks at full speed, subject to XOFF/XON or other flow control
  1203.     exerted by the medium.
  1204.  
  1205.     The sender expects an inital G to initiate the transmission of a
  1206.     particular file, and also expects an ACK on the EOT sent at the end of
  1207.     each file.  This synchronization allows the receiver time to open and
  1208.  
  1209.  
  1210.  
  1211.     Chapter 6                                     XMODEM Protocol Enhancements
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.     X/YMODEM Protocol Reference    June 18 1988                             19
  1220.  
  1221.  
  1222.  
  1223.     close files as necessary.
  1224.  
  1225.     If an error is detected in a YMODEM-g transfer, the receiver aborts the
  1226.     transfer with the multiple CAN abort sequence.  The ZMODEM protocol should
  1227.     be used in applications that require both streaming throughput and error
  1228.     recovery.
  1229.  
  1230.             Figure 8.  YMODEM-g Transmission Session
  1231.  
  1232.             SENDER                                  RECEIVER
  1233.                                                     "sb foo.*<CR>"
  1234.             "sending in batch mode etc..."
  1235.                                                     G (command:rb -g)
  1236.             SOH 00 FF foo.c NUL[123] CRC CRC
  1237.                                                     G
  1238.             SOH 01 FE Data[128] CRC CRC
  1239.             STX 02 FD Data[1024] CRC CRC
  1240.             SOH 03 FC Data[128] CRC CRC
  1241.             SOH 04 FB Data[100] CPMEOF[28] CRC CRC
  1242.             EOT
  1243.                                                     ACK
  1244.                                                     G
  1245.             SOH 00 FF NUL[128] CRC CRC
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.     Chapter 6                                     XMODEM Protocol Enhancements
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.     X/YMODEM Protocol Reference    June 18 1988                             20
  1286.  
  1287.  
  1288.  
  1289.     7.  XMODEM PROTOCOL OVERVIEW
  1290.  
  1291.     8/9/82 by Ward Christensen.
  1292.  
  1293.     I will maintain a master copy of this.  Please pass on changes or
  1294.     suggestions via CBBS/Chicago at (312) 545-8086, CBBS/CPMUG (312) 849-1132
  1295.     or by voice at (312) 849-6279.
  1296.  
  1297.     7.1  Definitions
  1298.  
  1299.       <soh> 01H
  1300.       <eot> 04H
  1301.       <ack> 06H
  1302.       <nak> 15H
  1303.       <can> 18H
  1304.       <C>   43H
  1305.  
  1306.  
  1307.     7.2  Transmission Medium Level Protocol
  1308.  
  1309.     Asynchronous, 8 data bits, no parity, one stop bit.
  1310.  
  1311.     The protocol imposes no restrictions on the contents of the data being
  1312.     transmitted.  No control characters are looked for in the 128-byte data
  1313.     messages.  Absolutely any kind of data may be sent - binary, ASCII, etc.
  1314.     The protocol has not formally been adopted to a 7-bit environment for the
  1315.     transmission of ASCII-only (or unpacked-hex) data , although it could be
  1316.     simply by having both ends agree to AND the protocol-dependent data with
  1317.     7F hex before validating it.  I specifically am referring to the checksum,
  1318.     and the block numbers and their ones- complement.
  1319.  
  1320.     Those wishing to maintain compatibility of the CP/M file structure, i.e.
  1321.     to allow modemming ASCII files to or from CP/M systems should follow this
  1322.     data format:
  1323.  
  1324.        + ASCII tabs used (09H); tabs set every 8.
  1325.  
  1326.        + Lines terminated by CR/LF (0DH 0AH)
  1327.  
  1328.        + End-of-file indicated by ^Z, 1AH.  (one or more)
  1329.  
  1330.        + Data is variable length, i.e. should be considered a continuous
  1331.          stream of data bytes, broken into 128-byte chunks purely for the
  1332.          purpose of transmission.
  1333.  
  1334.        + A CP/M "peculiarity": If the data ends exactly on a 128-byte
  1335.          boundary, i.e. CR in 127, and LF in 128, a subsequent sector
  1336.          containing the ^Z EOF character(s) is optional, but is preferred.
  1337.          Some utilities or user programs still do not handle EOF without ^Zs.
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.     Chapter 7                                         Xmodem Protocol Overview
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.     X/YMODEM Protocol Reference    June 18 1988                             21
  1352.  
  1353.  
  1354.  
  1355.        + The last block sent is no different from others, i.e.  there is no
  1356.          "short block".
  1357.                   Figure 9.  XMODEM Message Block Level Protocol
  1358.  
  1359.     Each block of the transfer looks like:
  1360.           <SOH><blk #><255-blk #><--128 data bytes--><cksum>
  1361.     in which:
  1362.     <SOH>         = 01 hex
  1363.     <blk #>       = binary number, starts at 01 increments by 1, and
  1364.                     wraps 0FFH to 00H (not to 01)
  1365.     <255-blk #>   = blk # after going thru 8080 "CMA" instr, i.e.
  1366.                     each bit complemented in the 8-bit block number.
  1367.                     Formally, this is the "ones complement".
  1368.     <cksum>       = the sum of the data bytes only.  Toss any carry.
  1369.  
  1370.     7.3  File Level Protocol
  1371.  
  1372.     7.3.1  Common_to_Both_Sender_and_Receiver
  1373.     All errors are retried 10 times.  For versions running with an operator
  1374.     (i.e. NOT with XMODEM), a message is typed after 10 errors asking the
  1375.     operator whether to "retry or quit".
  1376.  
  1377.     Some versions of the protocol use <can>, ASCII ^X, to cancel transmission.
  1378.     This was never adopted as a standard, as having a single "abort" character
  1379.     makes the transmission susceptible to false termination due to an <ack>
  1380.     <nak> or <soh> being corrupted into a <can> and aborting transmission.
  1381.  
  1382.     The protocol may be considered "receiver driven", that is, the sender need
  1383.     not automatically re-transmit, although it does in the current
  1384.     implementations.
  1385.  
  1386.  
  1387.     7.3.2  Receive_Program_Considerations
  1388.     The receiver has a 10-second timeout.  It sends a <nak> every time it
  1389.     times out.  The receiver's first timeout, which sends a <nak>, signals the
  1390.     transmitter to start.  Optionally, the receiver could send a <nak>
  1391.     immediately, in case the sender was ready.  This would save the initial 10
  1392.     second timeout.  However, the receiver MUST continue to timeout every 10
  1393.     seconds in case the sender wasn't ready.
  1394.  
  1395.     Once into a receiving a block, the receiver goes into a one-second timeout
  1396.     for each character and the checksum.  If the receiver wishes to <nak> a
  1397.     block for any reason (invalid header, timeout receiving data), it must
  1398.     wait for the line to clear.  See "programming tips" for ideas
  1399.  
  1400.     Synchronizing:  If a valid block number is received, it will be: 1) the
  1401.     expected one, in which case everything is fine; or 2) a repeat of the
  1402.     previously received block.  This should be considered OK, and only
  1403.     indicates that the receivers <ack> got glitched, and the sender re-
  1404.     transmitted; 3) any other block number indicates a fatal loss of
  1405.     synchronization, such as the rare case of the sender getting a line-glitch
  1406.  
  1407.  
  1408.  
  1409.     Chapter 7                                         Xmodem Protocol Overview
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.     X/YMODEM Protocol Reference    June 18 1988                             22
  1418.  
  1419.  
  1420.  
  1421.     that looked like an <ack>.  Abort the transmission, sending a <can>
  1422.  
  1423.  
  1424.     7.3.3  Sending_program_considerations
  1425.     While waiting for transmission to begin, the sender has only a single very
  1426.     long timeout, say one minute.  In the current protocol, the sender has a
  1427.     10 second timeout before retrying.  I suggest NOT doing this, and letting
  1428.     the protocol be completely receiver-driven.  This will be compatible with
  1429.     existing programs.
  1430.  
  1431.     When the sender has no more data, it sends an <eot>, and awaits an <ack>,
  1432.     resending the <eot> if it doesn't get one.  Again, the protocol could be
  1433.     receiver-driven, with the sender only having the high-level 1-minute
  1434.     timeout to abort.
  1435.  
  1436.  
  1437.     Here is a sample of the data flow, sending a 3-block message.  It includes
  1438.     the two most common line hits - a garbaged block, and an <ack> reply
  1439.     getting garbaged.  <xx> represents the checksum byte.
  1440.  
  1441.                   Figure 10.  Data flow including Error Recovery
  1442.  
  1443.     SENDER                                  RECEIVER
  1444.                                   times out after 10 seconds,
  1445.                                   <---              <nak>
  1446.     <soh> 01 FE -data- <xx>       --->
  1447.                                   <---              <ack>
  1448.     <soh> 02 FD -data- xx         --->       (data gets line hit)
  1449.                                   <---              <nak>
  1450.     <soh> 02 FD -data- xx         --->
  1451.                                   <---              <ack>
  1452.     <soh> 03 FC -data- xx         --->
  1453.     (ack gets garbaged)           <---              <ack>
  1454.     <soh> 03 FC -data- xx         --->              <ack>
  1455.     <eot>                         --->
  1456.                                   <---       <anything except ack>
  1457.     <eot>                         --->
  1458.                                   <---              <ack>
  1459.     (finished)
  1460.  
  1461.     7.4  Programming Tips
  1462.  
  1463.        + The character-receive subroutine should be called with a parameter
  1464.          specifying the number of seconds to wait.  The receiver should first
  1465.          call it with a time of 10, then <nak> and try again, 10 times.
  1466.  
  1467.          After receiving the <soh>, the receiver should call the character
  1468.          receive subroutine with a 1-second timeout, for the remainder of the
  1469.          message and the <cksum>.  Since they are sent as a continuous stream,
  1470.          timing out of this implies a serious like glitch that caused, say,
  1471.          127 characters to be seen instead of 128.
  1472.  
  1473.  
  1474.  
  1475.     Chapter 7                                         Xmodem Protocol Overview
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.     X/YMODEM Protocol Reference    June 18 1988                             23
  1484.  
  1485.  
  1486.  
  1487.        + When the receiver wishes to <nak>, it should call a "PURGE"
  1488.          subroutine, to wait for the line to clear.  Recall the sender tosses
  1489.          any characters in its UART buffer immediately upon completing sending
  1490.          a block, to ensure no glitches were mis- interpreted.
  1491.  
  1492.          The most common technique is for "PURGE" to call the character
  1493.          receive subroutine, specifying a 1-second timeout,[1] and looping
  1494.          back to PURGE until a timeout occurs.  The <nak> is then sent,
  1495.          ensuring the other end will see it.
  1496.  
  1497.        + You may wish to add code recommended by John Mahr to your character
  1498.          receive routine - to set an error flag if the UART shows framing
  1499.          error, or overrun.  This will help catch a few more glitches - the
  1500.          most common of which is a hit in the high bits of the byte in two
  1501.          consecutive bytes.  The <cksum> comes out OK since counting in 1-byte
  1502.          produces the same result of adding 80H + 80H as with adding 00H +
  1503.          00H.
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.     __________
  1535.  
  1536.      1. These times should be adjusted for use with timesharing systems.
  1537.  
  1538.  
  1539.  
  1540.  
  1541.     Chapter 7                                         Xmodem Protocol Overview
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.     X/YMODEM Protocol Reference    June 18 1988                             24
  1550.  
  1551.  
  1552.  
  1553.     8.  XMODEM/CRC Overview
  1554.  
  1555.     Original 1/13/85 by John Byrns -- CRC option.
  1556.  
  1557.     Please pass on any reports of errors in this document or suggestions for
  1558.     improvement to me via Ward's/CBBS at (312) 849-1132, or by voice at (312)
  1559.     885-1105.
  1560.  
  1561.     The CRC used in the Modem Protocol is an alternate form of block check
  1562.     which provides more robust error detection than the original checksum.
  1563.     Andrew S. Tanenbaum says in his book, Computer Networks, that the CRC-
  1564.     CCITT used by the Modem Protocol will detect all single and double bit
  1565.     errors, all errors with an odd number of bits, all burst errors of length
  1566.     16 or less, 99.997% of 17-bit error bursts, and 99.998% of 18-bit and
  1567.     longer bursts.[1]
  1568.  
  1569.     The changes to the Modem Protocol to replace the checksum with the CRC are
  1570.     straight forward. If that were all that we did we would not be able to
  1571.     communicate between a program using the old checksum protocol and one
  1572.     using the new CRC protocol. An initial handshake was added to solve this
  1573.     problem. The handshake allows a receiving program with CRC capability to
  1574.     determine whether the sending program supports the CRC option, and to
  1575.     switch it to CRC mode if it does. This handshake is designed so that it
  1576.     will work properly with programs which implement only the original
  1577.     protocol. A description of this handshake is presented in section 10.
  1578.  
  1579.                 Figure 11.  Message Block Level Protocol, CRC mode
  1580.  
  1581.     Each block of the transfer in CRC mode looks like:
  1582.          <SOH><blk #><255-blk #><--128 data bytes--><CRC hi><CRC lo>
  1583.     in which:
  1584.     <SOH>        = 01 hex
  1585.     <blk #>      = binary number, starts at 01 increments by 1, and
  1586.                    wraps 0FFH to 00H (not to 01)
  1587.     <255-blk #>  = ones complement of blk #.
  1588.     <CRC hi>     = byte containing the 8 hi order coefficients of the CRC.
  1589.     <CRC lo>     = byte containing the 8 lo order coefficients of the CRC.
  1590.  
  1591.     8.1  CRC Calculation
  1592.  
  1593.     8.1.1  Formal_Definition
  1594.     To calculate the 16 bit CRC the message bits are considered to be the
  1595.     coefficients of a polynomial. This message polynomial is first multiplied
  1596.     by X^16 and then divided by the generator polynomial (X^16 + X^12 + X^5 +
  1597.  
  1598.  
  1599.     __________
  1600.  
  1601.      1. This reliability figure is misleading because XMODEM's critical
  1602.         supervisory functions are not protected by this CRC.
  1603.  
  1604.  
  1605.  
  1606.  
  1607.     Chapter 8                                         Xmodem Protocol Overview
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.     X/YMODEM Protocol Reference    June 18 1988                             25
  1616.  
  1617.  
  1618.  
  1619.     1) using modulo two arithmetic. The remainder left after the division is
  1620.     the desired CRC. Since a message block in the Modem Protocol is 128 bytes
  1621.     or 1024 bits, the message polynomial will be of order X^1023. The hi order
  1622.     bit of the first byte of the message block is the coefficient of X^1023 in
  1623.     the message polynomial.  The lo order bit of the last byte of the message
  1624.     block is the coefficient of X^0 in the message polynomial.
  1625.  
  1626.                Figure 12.  Example of CRC Calculation written in C
  1627.  
  1628.     The following XMODEM crc routine is taken from "rbsb.c".  Please refer to
  1629.     the source code for these programs (contained in RZSZ.ZOO) for usage.  A
  1630.     fast table driven version is also included in this file.
  1631.  
  1632.     /* update CRC */
  1633.     unsigned short
  1634.     updcrc(c, crc)
  1635.     register c;
  1636.     register unsigned crc;
  1637.     {
  1638.             register count;
  1639.  
  1640.             for (count=8; --count>=0;) {
  1641.                     if (crc & 0x8000) {
  1642.                             crc <<= 1;
  1643.                             crc += (((c<<=1) & 0400)  !=  0);
  1644.                             crc ^= 0x1021;
  1645.                     }
  1646.                     else {
  1647.                             crc <<= 1;
  1648.                             crc += (((c<<=1) & 0400)  !=  0);
  1649.                     }
  1650.             }
  1651.             return crc;
  1652.     }
  1653.  
  1654.     8.2  CRC File Level Protocol Changes
  1655.  
  1656.     8.2.1  Common_to_Both_Sender_and_Receiver
  1657.     The only change to the File Level Protocol for the CRC option is the
  1658.     initial handshake which is used to determine if both the sending and the
  1659.     receiving programs support the CRC mode. All Modem Programs should support
  1660.     the checksum mode for compatibility with older versions.  A receiving
  1661.     program that wishes to receive in CRC mode implements the mode setting
  1662.     handshake by sending a <C> in place of the initial <nak>.  If the sending
  1663.     program supports CRC mode it will recognize the <C> and will set itself
  1664.     into CRC mode, and respond by sending the first block as if a <nak> had
  1665.     been received. If the sending program does not support CRC mode it will
  1666.     not respond to the <C> at all. After the receiver has sent the <C> it will
  1667.     wait up to 3 seconds for the <soh> that starts the first block. If it
  1668.     receives a <soh> within 3 seconds it will assume the sender supports CRC
  1669.     mode and will proceed with the file exchange in CRC mode. If no <soh> is
  1670.  
  1671.  
  1672.  
  1673.     Chapter 8                                         Xmodem Protocol Overview
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.     X/YMODEM Protocol Reference    June 18 1988                             26
  1682.  
  1683.  
  1684.  
  1685.     received within 3 seconds the receiver will switch to checksum mode, send
  1686.     a <nak>, and proceed in checksum mode. If the receiver wishes to use
  1687.     checksum mode it should send an initial <nak> and the sending program
  1688.     should respond to the <nak> as defined in the original Modem Protocol.
  1689.     After the mode has been set by the initial <C> or <nak> the protocol
  1690.     follows the original Modem Protocol and is identical whether the checksum
  1691.     or CRC is being used.
  1692.  
  1693.  
  1694.     8.2.2  Receive_Program_Considerations
  1695.     There are at least 4 things that can go wrong with the mode setting
  1696.     handshake.
  1697.  
  1698.       1.  the initial <C> can be garbled or lost.
  1699.  
  1700.       2.  the initial <soh> can be garbled.
  1701.  
  1702.       3.  the initial <C> can be changed to a <nak>.
  1703.  
  1704.       4.  the initial <nak> from a receiver which wants to receive in checksum
  1705.           can be changed to a <C>.
  1706.  
  1707.     The first problem can be solved if the receiver sends a second <C> after
  1708.     it times out the first time. This process can be repeated several times.
  1709.     It must not be repeated too many times before sending a <nak> and
  1710.     switching to checksum mode or a sending program without CRC support may
  1711.     time out and abort. Repeating the <C> will also fix the second problem if
  1712.     the sending program cooperates by responding as if a <nak> were received
  1713.     instead of ignoring the extra <C>.
  1714.  
  1715.     It is possible to fix problems 3 and 4 but probably not worth the trouble
  1716.     since they will occur very infrequently. They could be fixed by switching
  1717.     modes in either the sending or the receiving program after a large number
  1718.     of successive <nak>s. This solution would risk other problems however.
  1719.  
  1720.  
  1721.     8.2.3  Sending_Program_Considerations
  1722.     The sending program should start in the checksum mode. This will insure
  1723.     compatibility with checksum only receiving programs. Anytime a <C> is
  1724.     received before the first <nak> or <ack> the sending program should set
  1725.     itself into CRC mode and respond as if a <nak> were received. The sender
  1726.     should respond to additional <C>s as if they were <nak>s until the first
  1727.     <ack> is received. This will assist the receiving program in determining
  1728.     the correct mode when the <soh> is lost or garbled. After the first <ack>
  1729.     is received the sending program should ignore <C>s.
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.     Chapter 8                                         Xmodem Protocol Overview
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.     X/YMODEM Protocol Reference    June 18 1988                             27
  1748.  
  1749.  
  1750.  
  1751.     8.3  Data Flow Examples with CRC Option
  1752.  
  1753.     Here is a data flow example for the case where the receiver requests
  1754.     transmission in the CRC mode but the sender does not support the CRC
  1755.     option. This example also includes various transmission errors.  <xx>
  1756.     represents the checksum byte.
  1757.  
  1758.           Figure 13.  Data Flow: Receiver has CRC Option, Sender Doesn't
  1759.  
  1760.     SENDER                                        RECEIVER
  1761.                             <---                <C>
  1762.                                     times out after 3 seconds,
  1763.                             <---                <C>
  1764.                                     times out after 3 seconds,
  1765.                             <---                <C>
  1766.                                     times out after 3 seconds,
  1767.                             <---                <C>
  1768.                                     times out after 3 seconds,
  1769.                             <---                <nak>
  1770.     <soh> 01 FE -data- <xx> --->
  1771.                             <---                <ack>
  1772.     <soh> 02 FD -data- <xx> --->        (data gets line hit)
  1773.                             <---                <nak>
  1774.     <soh> 02 FD -data- <xx> --->
  1775.                             <---                <ack>
  1776.     <soh> 03 FC -data- <xx> --->
  1777.        (ack gets garbaged)  <---                <ack>
  1778.                                     times out after 10 seconds,
  1779.                             <---                <nak>
  1780.     <soh> 03 FC -data- <xx> --->
  1781.                             <---                <ack>
  1782.     <eot>                   --->
  1783.                             <---                <ack>
  1784.  
  1785.     Here is a data flow example for the case where the receiver requests
  1786.     transmission in the CRC mode and the sender supports the CRC option.  This
  1787.     example also includes various transmission errors.  <xxxx> represents the
  1788.     2 CRC bytes.
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.     Chapter 8                                         Xmodem Protocol Overview
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811.  
  1812.  
  1813.     X/YMODEM Protocol Reference    June 18 1988                             28
  1814.  
  1815.  
  1816.  
  1817.                Figure 14.  Receiver and Sender Both have CRC Option
  1818.  
  1819.     SENDER                                       RECEIVER
  1820.                               <---                 <C>
  1821.     <soh> 01 FE -data- <xxxx> --->
  1822.                               <---                 <ack>
  1823.     <soh> 02 FD -data- <xxxx> --->         (data gets line hit)
  1824.                               <---                 <nak>
  1825.     <soh> 02 FD -data- <xxxx> --->
  1826.                               <---                 <ack>
  1827.     <soh> 03 FC -data- <xxxx> --->
  1828.     (ack gets garbaged)       <---                 <ack>
  1829.                                          times out after 10 seconds,
  1830.                               <---                 <nak>
  1831.     <soh> 03 FC -data- <xxxx> --->
  1832.                               <---                 <ack>
  1833.     <eot>                     --->
  1834.                               <---                 <ack>
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.     Chapter 8                                         Xmodem Protocol Overview
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.     X/YMODEM Protocol Reference    June 18 1988                             29
  1880.  
  1881.  
  1882.  
  1883.     9.  MORE INFORMATION
  1884.  
  1885.     Please contact Omen Technology for troff source files and typeset copies
  1886.     of this document.
  1887.  
  1888.  
  1889.     9.1  TeleGodzilla Bulletin Board
  1890.  
  1891.     More information may be obtained by calling TeleGodzilla at 503-621-3746.
  1892.     Speed detection is automatic for 1200, 2400 and 19200(Telebit PEP) bps.
  1893.     TrailBlazer modem users may issue the TeleGodzilla trailblazer command to
  1894.     swith to 19200 bps once they have logged in.
  1895.  
  1896.     Interesting files include RZSZ.ZOO (C source code), YZMODEM.ZOO (Official
  1897.     XMODEM, YMODEM, and ZMODEM protocol descriptions), ZCOMMEXE.ARC,
  1898.     ZCOMMDOC.ARC, and ZCOMMHLP.ARC (PC-DOS shareware comm program with XMODEM,
  1899.     True YMODEM(TM), ZMODEM, Kermit Sliding Windows, Telink, MODEM7 Batch,
  1900.     script language, etc.).
  1901.  
  1902.  
  1903.     9.2  Unix UUCP Access
  1904.  
  1905.     UUCP sites can obtain the current version of this file with
  1906.                      uucp omen!/u/caf/public/ymodem.doc /tmp
  1907.     A continually updated list of available files is stored in
  1908.     /usr/spool/uucppublic/FILES.  When retrieving these files with uucp,
  1909.     remember that the destination directory on your system must be writeable
  1910.     by anyone, or the UUCP transfer will fail.
  1911.  
  1912.     The following L.sys line calls TeleGodzilla (Pro-YAM in host operation).
  1913.     TeleGodzilla determines the incoming speed automatically.
  1914.  
  1915.     In response to "Name Please:" uucico gives the Pro-YAM "link" command as a
  1916.     user name.  The password (Giznoid) controls access to the Xenix system
  1917.     connected to the IBM PC's other serial port.  Communications between
  1918.     Pro-YAM and Xenix use 9600 bps; YAM converts this to the caller's speed.
  1919.  
  1920.     Finally, the calling uucico logs in as uucp.
  1921.  
  1922.     omen Any ACU 2400 1-503-621-3746 se:--se: link ord: Giznoid in:--in: uucp
  1923.  
  1924.  
  1925.  
  1926.     10.  REVISIONS
  1927.  
  1928.     6-18-88 Further revised for clarity.  Corrected block numbering in two
  1929.     examples.
  1930.     10-27-87 Optional fields added for number of files remaining to be sent
  1931.     and total number of bytes remaining to be sent.
  1932.     10-18-87 Flow control discussion added to 1024 byte block descritpion,
  1933.     minor revisions for clarity per user comments.
  1934.  
  1935.  
  1936.  
  1937.     Chapter 10                                        Xmodem Protocol Overview
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.     X/YMODEM Protocol Reference    June 18 1988                             30
  1946.  
  1947.  
  1948.  
  1949.     8-03-87 Revised for clarity.
  1950.     5-31-1987 emphasizes minimum requirements for YMODEM, and updates
  1951.     information on accessing files.
  1952.     9-11-1986 clarifies nomenclature and some minor points.
  1953.     The April 15 1986 edition clarifies some points concerning CRC
  1954.     calculations and spaces in the header.
  1955.  
  1956.  
  1957.     11.  YMODEM Programs
  1958.  
  1959.     ZCOMM, A shareware little brother to Professional-YAM, is available as
  1960.     ZCOMMEXE.ARC on TeleGodzilla and other bulletin board systems.  ZCOMM may
  1961.     be used to test YMODEM amd ZMODEM implementations.
  1962.  
  1963.     Unix programs supporting YMODEM are available on TeleGodzilla in RZSZ.ZOO.
  1964.     This ZOO archive includes a ZCOMM/Pro-YAM/PowerCom script ZUPL.T to upload
  1965.     a bootstrap program MINIRB.C, compile it, and then upload the rest of the
  1966.     files using the compiled MINIRB.  Most Unix like systems are supported,
  1967.     including V7, Xenix, Sys III, 4.2 BSD, SYS V, Idris, Coherent, and
  1968.     Regulus.
  1969.  
  1970.     A version for VAX-VMS is available in VRBSB.SHQ.
  1971.  
  1972.     Irv Hoff has added 1k blocks and basic YMODEM batch transfers to the KMD
  1973.     and IMP series programs, which replace the XMODEM and MODEM7/MDM7xx series
  1974.     respectively.  Overlays are available for a wide variety of CP/M systems.
  1975.  
  1976.     Questions about Professional-YAM communications software may be directed
  1977.     to:
  1978.          Chuck Forsberg
  1979.          Omen Technology Inc
  1980.          17505-V Sauvie Island Road
  1981.          Portland Oregon 97231
  1982.          VOICE: 503-621-3406 :VOICE
  1983.          Modem: 503-621-3746 Speed: 19200(Telebit PEP),2400,1200,300
  1984.          Usenet: ...!tektronix!reed!omen!caf
  1985.          CompuServe: 70007,2304
  1986.          GEnie: CAF
  1987.  
  1988.     Unlike ZMODEM and Kermit, XMODEM and YMODEM place obstacles in the path of
  1989.     a reliable high performance implementation, evidenced by poor reliability
  1990.     under stress of the industry leaders' XMODEM and YMODEM programs.  Omen
  1991.     Technology provides consulting and other services to those wishing to
  1992.     implement XMODEM, YMODEM, and ZMODEM with state of the art features and
  1993.     reliability.
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.     Chapter 11                                        Xmodem Protocol Overview
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015.                                      CONTENTS
  2016.  
  2017.  
  2018.      1.  TOWER OF BABEL...................................................   2
  2019.          1.1  Definitions.................................................   2
  2020.  
  2021.      2.  YMODEM MINIMUM REQUIREMENTS......................................   4
  2022.  
  2023.      3.  WHY YMODEM?......................................................   6
  2024.          3.1  Some Messages from the Pioneer..............................   7
  2025.  
  2026.      4.  XMODEM PROTOCOL ENHANCEMENTS.....................................  10
  2027.          4.1  Graceful Abort..............................................  10
  2028.          4.2  CRC-16 Option...............................................  10
  2029.          4.3  XMODEM-1k 1024 Byte Block...................................  11
  2030.  
  2031.      5.  YMODEM Batch File Transmission...................................  13
  2032.          5.1  KMD/IMP Exceptions to YMODEM................................  16
  2033.  
  2034.      6.  YMODEM-g File Transmission.......................................  18
  2035.  
  2036.      7.  XMODEM PROTOCOL OVERVIEW.........................................  20
  2037.          7.1  Definitions.................................................  20
  2038.          7.2  Transmission Medium Level Protocol..........................  20
  2039.          7.3  File Level Protocol.........................................  21
  2040.          7.4  Programming Tips............................................  22
  2041.  
  2042.      8.  XMODEM/CRC Overview..............................................  24
  2043.          8.1  CRC Calculation.............................................  24
  2044.          8.2  CRC File Level Protocol Changes.............................  25
  2045.          8.3  Data Flow Examples with CRC Option..........................  27
  2046.  
  2047.      9.  MORE INFORMATION.................................................  29
  2048.          9.1  TeleGodzilla Bulletin Board.................................  29
  2049.          9.2  Unix UUCP Access............................................  29
  2050.  
  2051.     10.  REVISIONS........................................................  29
  2052.  
  2053.     11.  YMODEM Programs..................................................  30
  2054.  
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064.  
  2065.  
  2066.  
  2067.  
  2068.  
  2069.                                       - i -
  2070.  
  2071.  
  2072.  
  2073.  
  2074.  
  2075.  
  2076.  
  2077.  
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083.  
  2084.                                  LIST OF FIGURES
  2085.  
  2086.  
  2087.      Figure 1.  XMODEM-1k Blocks..........................................  12
  2088.  
  2089.      Figure 2.  Mixed 1024 and 128 byte Blocks............................  12
  2090.  
  2091.      Figure 3.  YMODEM Batch Transmission Session (1 file)................  16
  2092.  
  2093.      Figure 4.  YMODEM Batch Transmission Session (2 files)...............  16
  2094.  
  2095.      Figure 5.  YMODEM Batch Transmission Session-1k Blocks...............  16
  2096.  
  2097.      Figure 6.  YMODEM Filename block transmitted by sz...................  16
  2098.  
  2099.      Figure 7.  YMODEM Header Information and Features....................  16
  2100.  
  2101.      Figure 8.  YMODEM-g Transmission Session.............................  19
  2102.  
  2103.      Figure 9.  XMODEM Message Block Level Protocol.......................  21
  2104.  
  2105.     Figure 10.  Data flow including Error Recovery........................  22
  2106.  
  2107.     Figure 11.  Message Block Level Protocol, CRC mode....................  24
  2108.  
  2109.     Figure 12.  Example of CRC Calculation written in C...................  25
  2110.  
  2111.     Figure 13.  Data Flow: Receiver has CRC Option, Sender Doesn't........  27
  2112.  
  2113.     Figure 14.  Receiver and Sender Both have CRC Option..................  28
  2114.  
  2115.  
  2116.  
  2117.  
  2118.  
  2119.  
  2120.  
  2121.  
  2122.  
  2123.  
  2124.  
  2125.  
  2126.  
  2127.  
  2128.  
  2129.  
  2130.  
  2131.  
  2132.  
  2133.  
  2134.  
  2135.                                       - ii -
  2136.