home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / apollo / apollo.ann next >
Text File  |  2020-01-01  |  2KB  |  61 lines

  1. Subject: apxv29.ann
  2. Date: Tue, 30 May 89 11:36:31 WET DST
  3. From: The National PD Software Archive
  4.       <pdsoft%pd-software.lancaster.ac.uk@nsfnet-relay.ac.uk>
  5.  
  6. Version 2.9 of the alternative Apollo Pascal Kermit (APX).
  7. ----------------------------------------------------------
  8.  
  9. The principal change between versions 2.7 and 2.9 of Apollo APX Kermit is to
  10. add in the 8 bit quoting and associated file handling changes from APO
  11. Kermit versions 2.8 and 2.8a.  In the parameters exchange, APX 2.9 also
  12. handles 'Y' and 'N' in the 8-bit field from the other Kermit correctly.
  13. Also there is now SET 8BIT ON/OFF (if ON, it sends '&' which, according to
  14. the protocol manual, means "I insist on quoting" ; if OFF, it sends 'N'
  15. which means "I can't").
  16.  
  17. I believe that the APX Kermit can now do everything that the APO version
  18. does (and more).
  19.  
  20. The extensions are:
  21.  
  22. APX can be run on a remote node, even (crudely) from an attached terminal on
  23. the local node.
  24.  
  25.             Repeat count processing.
  26.             Filename normalising.
  27.             RECEIVE followed by filename.
  28.             SET TIME and TIMEOUT.
  29.  
  30. Other changes between 2.7 and 2.9.
  31.  
  32. CVT_NL is now called RAW (i.e. CVT_NL OFF now RAW ON).
  33.  
  34. This version works out how is is being driven and sets GRAPHICS and RAW
  35. accordingly.  As before, if it is being driven by an sio line it assumes it
  36. is running as a remote Kermit, so you can't use it as it stands to drive one
  37. sio on a node from another.
  38.  
  39. If it is running on a remote node, CONNECT now works in RAW mode.  This
  40. means you no longer get a double echo and echoing of passwords and you
  41. can send control characters.  However, if you are using an attached
  42. terminal on the local node, this doesn't work and you must explicitly
  43. SET RAW OFF before CONNECTing.  If normalising, received file names are
  44. converted to lower case.  Now handles prefixing in incoming fileheader
  45. packets and does control quoting in outgoing ones. 
  46.  
  47. To avoid confusion, this version announces itself as Apollo-APX.  Minor code
  48. changes to stop the Pascal optimiser generating warnings.
  49.  
  50. This version works under Aegis SR 9.7.  I don't know whether it works under
  51. SR10 - but it will have to be made to eventually.
  52.  
  53.             Gordon Sands,
  54.             Technical Computing Dept.,
  55.             Marconi Space Systems Ltd.,
  56.             Anchorage Rd.,
  57.             Portsmouth,
  58.             PO3 5PU.
  59.             0705-664966 x3521
  60.  
  61.