home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mtsasm / mtsker.bwr < prev    next >
Text File  |  2020-01-01  |  2KB  |  51 lines

  1.  8-Jul-86 11:54:35-EDT,2185;000000000001
  2. Return-Path: <@MIT-MULTICS.ARPA,@BRL-AOS.ARPA:SYSKERMIT%vax1.central.lancaster.ac.uk@cs.ucl.ac.uk>
  3. Received: from MIT-MULTICS.ARPA by CU20B.COLUMBIA.EDU with TCP; Tue 8 Jul 86 11:54:09-EDT
  4. Received: from BRL-AOS.ARPA by MIT-MULTICS.ARPA TCP; 08-Jul-1986 11:47:35-edt
  5. Received: from ucl-cs.arpa by AOS.BRL.ARPA id a015497; 8 Jul 86 11:46 EDT
  6. Received: from vax1.central.lancaster.ac.uk by 44d.Cs.Ucl.AC.UK
  7.            via Janet with NIFTP  id a000842; 7 Jul 86 15:39 BST
  8. Date:                7-JUL-1986 15:39:56
  9. From:               SYSKERMIT%vax1.central.lancaster.ac.uk@cs.ucl.ac.uk
  10. To:                 INFO-KERMIT <@cs.ucl.ac.uk,@MIT-MULTICS.ARPA:INFO-KERMIT@cu20b.ARPA>
  11. Subject:  MTS Kermit corrections
  12.  
  13. Date:     Mon, 07 Jul 86 15:32:55 BST
  14. From:     Mike_Brudenell  <CLE8 @ UK.AC.NEWCASTLE.MTS>
  15. To:       syskermit @ UK.AC.LANCS.VAX1
  16. Subject:  MTS Kermit corrections
  17.  
  18.                      Re: Kermit for MTS systems.
  19.  
  20. Last  week,  I  successfully  obtained a copy of the Assembler version
  21. Kermit for MTS systems from the file [.MTS]MTSKERMIT.ASM
  22.  
  23. It worked first time, with a few little problems:
  24.  
  25. 1.   Although  8-bit  prefixing  was used when transferring data to my
  26.      receiving (BBC) Kermit, it was not used when transferring to  the
  27.      MTS Kermit.
  28.  
  29. 2.   When  sending  a  file to the MTS Kermit, all went well providing
  30.      the destination  file  already  existed.   If  it  did  not,  the
  31.      transfer hung, as MTS kept asking for a replacement file name.
  32.  
  33. After  searching through the code, I have come up with these two minor
  34. corrections:
  35.  
  36. 1.   Although  the  availability of 8-bit prefixing is negotiated when
  37.      starting a file transfer to MTS, the MTS Kermit tells  the  other
  38.      Kermit  that  it  can't do it.  This is corrected very easily by:
  39.  
  40.           Line 938:   Change "ASCN" to "ASCY"
  41.  
  42. 2.   The "file information block" returned from GDINFO was incorrectly
  43.      being  tested  for a failure code of Hex FF.  This should instead
  44.      be Hex 08:
  45.  
  46.           Line 1029: Change "X'FF'" to "X'08'"
  47.  
  48. I hope this is of some use to someone.
  49.  
  50.                                                        Mike Brudenell.
  51.