home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / gec4000 / gecv39.ann < prev   
Internet Message Format  |  2020-01-01  |  2KB

  1. Date: Tue, 30 May 89 11:47:55 WET DST
  2. From: The National PD Software Archive
  3.       <pdsoft%pd-software.lancaster.ac.uk@nsfnet-relay.ac.uk>
  4. Subject: Announcing GEC/OS4000 Kermit Version 3.9
  5.  
  6. Version 3.9 of GEC Kermit for standard OS4000 consists mainly of bug fixes
  7. and fuller checking of received packets.  Most of the changes were prompted
  8. by a spate of failed transfers some of which resulted in the GEC terminal
  9. getting locked up.  The new version is more careful about whether it is in
  10. Logical or Physical mode and looks for Ctrl-Z more often.  Some of the
  11. packets were arriving with bytes missing.  This caused problems because the
  12. GEC kermit would wait for the number of bytes it was expecting and transfer
  13. would halt until one side timed out.  The new version looks for premature
  14. CRs and immediately NAKs the packet.  There were also problems in binary
  15. mode with files which ended in a null or with 2 or 3 copies of the same
  16. character.
  17.  
  18. The routine which normalises incoming filenames now checks the new filename
  19. and strips off leading digits.  Should the new name consist only of digits,
  20. the first is replaced with an X, e.g. S12ABC.XYZ becomes .ABCXYZ and
  21. S1234567.123 becomes .X4567123.
  22.  
  23. If a user types RECEIVE followed by a filename, but then SENDs more than one
  24. file, only the first goes into the given name - the rest into normalised
  25. versions of the sender's names.
  26.  
  27. I have developed a way of setting things up so that a user Kermitting to a
  28. GEC machine needs only to connect once in a session (to compensate for the
  29. lack of a LOGOUT command).  Details in GECSVR.JCL.
  30.  
  31.             Gordon Sands,
  32.             Technical Computing Dept.
  33.             Marconi Space Systems Ltd.
  34.             Anchorage Road,
  35.             Portsmouth, ENGLAND PO3 5PU
  36.             0705-664966 x3521
  37.  
  38.