home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / d / cray.bwr < prev    next >
Text File  |  2020-01-01  |  2KB  |  40 lines

  1.  1-May-85 18:16:54-EDT,1633;000000000001
  2. Return-Path: <djw@LANL.ARPA>
  3. Received: from LANL.ARPA by CU20B.ARPA with TCP; Wed 1 May 85 18:15:58-EDT
  4. Received: from f.ARPA by LANL.ARPA (4.12/4.7)
  5.     id AA04364; Wed, 1 May 85 13:45:33 mdt
  6. Received: by f.ARPA (4.12/4.7)
  7.     id AA11141; Wed, 1 May 85 13:48:56 mdt
  8. Date: Wed, 1 May 85 13:48:56 mdt
  9. From: djw@LANL.ARPA (David Wade)
  10. Message-Id: <8505011948.AA11141@f.ARPA>
  11. To: SY.FDC@CU20B.ARPA
  12. Subject: To ship files up to a cray
  13. References: <none>
  14.  
  15. I have been getting a lot of long distance phone calls from people trying to
  16. talk to the crays with kermit.  They don't have our mskermit.ini file to
  17. make a few simple changes to make the cray kermit work better.
  18.  
  19. Therefore, here it is:
  20.  
  21. set baud 1200
  22. set parity even
  23. define cray set end 23, set send padch 26, set send padding 1
  24.  
  25. /*======================================================================*/
  26. This makes a few adjustments to the "end, padch, & padding" characters.
  27. If you adjust your kermits to
  28. set the "end of packet" character to ^W (Control W)  i.e. 23
  29. set the "padding" character to ^Z ( Control Z) i.e. 26
  30. set the numberof padding characters to 1
  31.  
  32. /*======================================================================*/
  33. These changes will allow you to talk with the Cray kermits directly.
  34.  
  35. There is a special case at Los Alamos that applies to people coming in
  36. over arpanet.  The front end machine runs an abbreviated Unix(tm) system
  37. and that includes the Unix kermit.  Use that one to get your files to
  38. Los Alamos if you are on Arpa.  Then convert the files to "Standard
  39. Text format" and "Move" them to the Cray of your choice.
  40.