home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / test / text / ikcker.nup < prev    next >
Text File  |  2020-01-01  |  3KB  |  51 lines

  1. :READ KERMIT AUXLCL A1
  2. SC00308 - Send non-protocol response to SOH-less "packet"
  3. SC00304 - Avoid BREAK handling at start of next transfer
  4. SC97164 - Update to level 4.3.2
  5. SC97028 - Clear 'Kermit command error' condition correctly
  6. SC96165 - Correct handling of dates in 2000's (CMS)
  7. SC96158 - Never skip sending an I-packet while in remote mode
  8. SC96151 - Add system ID to INIT packets
  9. SC96122 - Avoid endless double transmission from windowed Kermit
  10. SC95174 - Implement REGET subcommand
  11. SC95108 - Prevent error-free transfers from halting TAKE files
  12. SC95059 - Preserve transmitted time tag for RESENT file
  13. SC95048 - Close files in SFS properly (CMS)
  14. SC95033 - Update to level 4.3.1
  15. SC95032 - Allow Recovery into almost-full file system
  16. SC95023 - Fix RESEND for already-sent file, implement APC subcmd.
  17. SC94262 - Leave room for table expansion (CMS)
  18. SC94245 - More accurate statistics after server transfers
  19. SC94181 - Implement level-1 restart/recovery mode (CMS)
  20. SC94174 - WHATAMI option for file type
  21. SC94074 - NAK bad data packet instead of re-ACKing previous
  22. SC93355 - Detect remote dedicated GRAF terminals (CMS)
  23. SC93342 - Use date transmitted with file (CMS)
  24. :READ KERMIT SC00304 A1
  25. ./ * SC00304 - Avoid BREAK handling at start of next transfer
  26. ./ I 07818000          $ 7818200 200                  10/30/00 19:31:42
  27.          MVI   STYPE,0       Stop special treatment of BREAK   @SC00304
  28. :READ KERMIT SC00308 A1
  29. ./ * SC00308 - Send non-protocol response to SOH-less "packet"
  30. ./ R 01415400          $ 1415400 200                  11/03/00 21:31:02
  31. &KDATE   SETC  'TEST 2000/11/03'                               @SC00308
  32. ./ I 01867000          $ 1867100 100                  11/03/00 21:31:02
  33.          CLI   ERRNUM,ERRSOH Found no SOH?                     @SC00308
  34.          BE    INPUTNOS      I.e., not really a packet         @SC00308
  35. ./ I 01872000          $ 1872080 80                   11/03/00 21:31:02
  36. INPUTNOS OI    FL4,NPS       Leave protocol mode temporarily   @SC00308
  37.          LA    14,NONPKT     ASCII message of mild complaint   @SC00308
  38.          ST    14,ASPKT      Set address ...                   @SC00308
  39.          LA    14,LNONPKT                                      @SC00308
  40.          ST    14,SNDPKL     and length of "packet"            @SC00308
  41.          KCALL SIO           Send it, and assume no errors     @SC00308
  42.          NI    FL4,255-NPS   Return to protocol mode           @SC00308
  43.          B     INPUTLUP      Get next packet                   @SC00308
  44. NONPKT   DC    AL1(AEXCL,CR)                                   @SC00308
  45. LNONPKT  EQU   *-NONPKT                                        @SC00308
  46. *                                                              @SC00308
  47. ./ I 08690500          $ 8690600 100                  11/03/00 21:31:02
  48.          TM    FL4,NPS       Non-protocol mode?                @SC00308
  49.          BO    *+8           Not a real packet sent if nonpro  @SC00308
  50. :READ ...
  51.