home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / old / misc / prime / prime800.ann next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Date: Wed, 17 Jan 90 12:51:45 WET DST
  2. From: John Horne, Polytechnic South West <C20211 @ UK.AC.PSW.PA>
  3. Via: Steve Jenkins, The National PD Software Archive, Lancaster University
  4.  <pdsoft%pd-software.lancaster.ac.uk@NSFnet-Relay.AC.UK>
  5. Subject: PRIME Kermit Version 8.00, for PRIMOS revisions 21 and 22.
  6.  
  7. This new version of PRIME Kermit (8.00) replaces the previous version (7.57)
  8. of May 1986, which was contributed by The Source Telecomputing, recently gone
  9. out of business.
  10.  
  11. Initially I was asked to investigate some problems our users were having with
  12. large (>100k) files.  However, the code seemed to be getting a bit old and
  13. messy.  So it seemed somewhat easier to look at all of the code.  This version
  14. should work exactly as the old version, but there is more functionality in it
  15. and the use of packets should be more efficient.  The error handling has been
  16. much improved, and I think that this will cure most problems that users used
  17. to have.  All the previous known bugs have been sorted out in the code.  Where
  18. possible version 6 of the Kermit Protocol Manual has been followed.  The new
  19. version has been tested at PRIMOS revisions 21.0.5q and 22.0.1a.  Here is a
  20. brief summary of the changes:
  21.  
  22.  - Support for 8-bit no-parity file transfers.
  23.  - Better error handling and messages.
  24.  - Full support for pathnames within commands.
  25.  - Improved logging.
  26.  - More command line options available (use -HELP to show them).
  27.  - SET INCOMPLETE command.
  28.  - Pound sign conversion option (US/UK).
  29.  - CONVERT command to convert files to PRIME format.
  30.  - Support for file size and  date attributes, user settable.
  31.  - Support for nested TAKE files.
  32.  - Local file management commands added including SPACE, RENAME, COPY, PUSH.
  33.  - Better use of timeouts.
  34.  - Filename collision detection and avoidance, user settable.
  35.  - Many internal cleanups.
  36.  
  37. [Ed. - Many thanks to John for this new version, and to Steve for sending it
  38. to us!  The new files are installed in the Kermit Distribution D area as
  39. PRIME8.*.  PRIME8.UPD includes a detailed list of changes since version 7.57.
  40. PRIME8.SRC includes the build procedure, four insert files, and 39 source
  41. files written in PLP, PRIME's version of PL/1.  Within PRIME8.SRC, each of
  42. these files is separated by a line of -----'s and can be separated using a
  43. text editor.  Warning, PRIME.SRC contains some rather long lines (some of them
  44. up to 144 characters in length), which will no doubt cause problems for BITNET
  45. transfers.  We are trying to find out if there is a way to legally break these
  46. long lines.  Meanwhile, the old PRIME Kermit files for version 7.57 will
  47. remain available in the D area as PRIME.*.  It is not known whether Version 8
  48. will run under older versions of PRIMOS, such as R19, which 7.57 was written
  49. for.  Reports welcome!]
  50.