home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / honeywellgcosc / hgann.txt next >
Text File  |  2020-01-01  |  4KB  |  94 lines

  1. This is to announce KERMIT-GCOS for the Honeywell DPS 66 and DPS 8, running
  2. either GCOS8 or GCOS3.  The program is written in the C language, adapted from
  3. Columbia University Unix Kermit, and is distributed in both source and
  4. printably-encoded binary form, so that GCOS sites without the appropriate C
  5. compiler can still run the program.  Contributed by:
  6.  
  7.  Terry Carlin, Carlin%HIS-PHEONIX-MULTICS@MIT-MULTICS
  8.  Honeywell Information Systems Inc
  9.  333 Wyman Street
  10.  Waltham MA  02154
  11.  617-895-3377
  12.  
  13. The files are in KER:HG*.* accessible via anonymous FTP from CU20B or
  14. COLUMBIA-20 (after 6pm eastern time).  KER:HGKER.HLP lists the files and tells
  15. what each is for.
  16.  
  17. (And many many years later...)
  18.  
  19. From: Mark Sapiro <msapiro@value.net>
  20. Newsgroups: comp.protocols.kermit.misc
  21. Subject: Re: Kermit with GCOS 8
  22. Date: Thu, 31 Aug 2000 17:51:12 -0700
  23. Organization: Not Very Much
  24.  
  25. Frank da Cruz wrote:
  26. > In article <8olujd02gr9@enews2.newsguy.com>,
  27. > David Copelovici <dcopelov@thinkage.com> wrote:
  28. > : Is it possible to send text/binary files from a GCOS 8 machine (to an NT
  29. > : machine) using the kermit protocol (I think it's called kermsend on the
  30. > : GCOS machine)? If not, what are the problems associated with such a
  31. > : transfer? I'm using C-Kermit 7.0.197.
  32. > :
  33. > Using C-Kermit 7.0.197 on what?  You only mentioned GCOS 8 and NT.  Do you
  34. > mean Kermit 95 on NT?  If not, that's the appropriate software for the NT
  35. > side:
  36. >   http://www.columbia.edu/kermit/k95.html
  37. > Anyway, maybe somebody who actually uses GCOS 8 can answer with more
  38. > authority, but in case you don't hear anything else, everything we have for
  39. > GCOS 8 is in the Kermit FTP archive:
  40. >   ftp://kermit.columbia.edu/kermit/d/
  41. > The files are:
  42. >   -rw-rw-r--      664 Aug 16  1988 hgann.txt
  43. >   -rw-rw-r--     1105 Aug 16  1988 hgboot.a
  44. >   -rw-rw-r--     3439 Aug 16  1988 hgdns.doc
  45. >   -rw-rw-r--    64350 Aug 16  1988 hgker.b
  46. >   -rw-rw-r--    46705 Aug 16  1988 hgker.c
  47. >   -rw-rw-r--     9234 Aug 16  1988 hgker.doc
  48. >   -rw-rw-r--     4620 Aug 16  1988 hgker.hlp
  49. >   -rw-rw-r--     1323 Aug 16  1988 hgnps.doc
  50. > These are all plain-text ASCII files.  The actual release date was
  51. > 5 Sep 1984.  Whatever documentation exists is in the hg*.doc and hgker.hlp
  52. > files (and the source code itself, of course).
  53. > - Frank
  54.  
  55. Disclaimer---
  56. I supported GCOS III and GCOS 8 at City College of San Francisco from
  57. 1975 through 1992.  I knew a lot in those days.  I may have forgotten it
  58. all.
  59.  
  60. IMHO, the better GCOS Kermit is the package from University of Kansas. 
  61. This is found in the same ftp directory that Frank mentions, but the
  62. files are those named "hdps8.*".  In particular, the executable is
  63. hdps8.pak which is run through the hdps8.ftn fortran program to convert
  64. it to an actual executable (h*) file.
  65.  
  66. The one big drawback of this package is it doesn't support extended
  67. length packets, but it does work.  (I don't think any of the Kermit
  68. implementations from Honeywell or Bull supported extended packets
  69. either.)
  70.  
  71. Transferring text files in either direction is no problem.  Transferring
  72. to or from a GCOS binary file is accomplished differently depending on
  73. the objective.  If you wish to store a GCOS binary file on another
  74. machine to be later sent back to GCOS and used there, you should use
  75. text format for both transfers.  This is the only method which will
  76. preserve both the content and exact size of the GCOS file.  If you wish
  77. to transfer binary data files to/from GCOS to actually be used on GCOS
  78. and a different machine, you use either "bitstream"
  79. or "bytestream" format depending on whether or not you want to transfer
  80. the 9th bit of each GCOS byte.  See the hdps8.doc file for more
  81. information.
  82.  
  83. -- 
  84. Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
  85. San Francisco Bay Area, California    better use your sense - B. Dylan
  86.