home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / honeywellgcosb / hdps8.txt < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

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