home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume1 / c-kermit.old < prev    next >
Text File  |  1986-11-30  |  6KB  |  134 lines

  1. Subject: C-Kermit & USENET
  2. Date: 02 Jun 85 02:05:18 CDT (Sun)
  3. From: Mark Vasoll <okstate!vasoll>
  4.  
  5.  
  6. UUCP and Kermit access to the complete Kermit distribution is available from
  7. the Department of Computing and Information Sciences, Oklahoma State 
  8. University, Stillwater, Oklahoma.
  9.  
  10. - UUCP -
  11.  
  12. You need to set up "okstate" as a site in your "L.sys" UUCP dialing file
  13. using the information listed below.  You can then issue the following 
  14. command on your system:
  15.  
  16.     uucp okstate\!/u/kermit/cp4\* /usr/spool/uucppublic
  17.  
  18.    (this example will retrieve the CP/M version of Kermit)
  19.  
  20. "/usr/spool/uucppublic" was chosen as the destination on your system since
  21. the destination must be WIDE OPEN (drwxrwxrwx) to everyone.  You should
  22. not remove files from your uucppublic until the entire transfer is complete
  23. including any redials that are necessary.  If you do remove some files,
  24. our system may retransmit them, resulting in a higher phone bill for
  25. you. 
  26.  
  27. There are 2 files available that contain information about the entire
  28. distribution.  We recommend that you retrieve these files first.  They
  29. are "00readme.txt" which explains the file name conventions used, and
  30. "00directory" which is a complete listing (by name) of all files in the
  31. /u/kermit directory.  These files will enable you to choose the right files
  32. the first time to save those high dollar phone bills.
  33.  
  34. ---- UUCP Login information ----
  35.  
  36. Site Name    :  okstate
  37. Phone number :  (405) 624-6953  (one line only)
  38. Login name   :  uucpker
  39. Password     :  thefrog
  40. Hours        :  24 hours per day, 7 days a week
  41. Problem      :  okstate!uucp-support  (UUCP)
  42.   reports    :  uucp-support%okstate@csnet-relay  (ARPA)
  43.  
  44. The phone number is for 300/1200 baud (bell compatible).
  45.  
  46. The following is a sample L.sys line (\r is a carriage return).
  47.  
  48. okstate Any ACU 1200 405-624-6953 "" \r ogin: uucpker word: thefrog
  49.  
  50. Just a few notes on how to best retrieve parts of the Kermit distribution
  51. using UUCP...
  52.  
  53.   -  Install the proper L.sys entry and test it using the debugging option
  54.      of UUCICO (-x).  Repeat this step until you successfully complete a
  55.      "no work" connection, this will verify that your L.sys entry is correct
  56.      and will minimize frazzled nerves.
  57.  
  58.   -  Retrieve the files `00readme.txt' and `00directory' with the following
  59.      commands:
  60.  
  61.           uucp -c -d okstate!/u/kermit/00readme.txt /usr/spool/uucppublic
  62.           uucp -c -d okstate!/u/kermit/00directory /usr/spool/uucppublic
  63.  
  64.      You will have to escape the exclamation point if you are using the
  65.      C shell (i.e. ...okstate\!/u/kermit...).
  66.  
  67.   -  Choose the versions of Kermit that you wish to transfer and issue the
  68.      proper UUCP command.  Some systems don't seem to like wildcards, but
  69.      in any case the wildcards will have to be escaped from your shell. The
  70.      following command would retrieve the files relating to C-Kermit:
  71.  
  72.           uucp -c -d okstate!/u/kermit/ck\* /usr/spool/uucppublic
  73.  
  74.      PLEASE NOTE THE USE OF /usr/spool/uucppublic!  Unless you *really* 
  75.      understand how UUCP's protections work you should not change this!  A
  76.      number of people have queued >100 files and had their systems refuse
  77.      to store them in out of the way places.  This results in wasted phone
  78.      time!
  79.  
  80. -------------------------------------------------------------------------------
  81.  
  82. KERMIT SERVER ACCESS TO THE KERMIT DISTRIBUTION AREA.
  83.  
  84. Okstate also provides access to the KERMIT distribution via a KERMIT Server.
  85. The number is the same as above for the uucpker login, so the line may be busy
  86. quite a bit.  This server is a specialized server with controlled access.  At
  87. present, the server is only allowed access to the /u/kermit directory on our
  88. machine.  By issuing the command  "REMOTE HELP"  from your KERMIT, you will see
  89. a description of the commands that the server will recognize, and a line like
  90.  
  91. -> /u/kermit: r
  92.  
  93. This means that the server can read files from the directory /u/kermit.  Other
  94. possibilities exist, there is w-Write access, d-Delete access, and x-Execute
  95. access.  At any rate, you can only read from the /u/kermit directory at this
  96. time, and it is the only directory that you may access.
  97.  
  98. KERMIT login   :   kermsrv
  99. Password       :   piggy
  100. Parity         :   even
  101. Data path      :   7 bit
  102. Available      :   24 hours/day, 7 days a week
  103.  
  104. When the login is completed, the server will start, and you should escape
  105. back to your local KERMIT to issue further commands.  If the server remains
  106. idle for a period of time around 10 minutes, it will be stopped.  While the
  107. server is receiving data other than NAK packets, it will continue to run.
  108.  
  109. The best place to start after logging on is "REMOTE HELP", followed closely by
  110. the desired "REMOTE DIR" commands.  If you don't include an argument to REMOTE
  111. DIR, you should be prepared for more than 600 lines of output.  It is usually
  112. better to read the 00README.TXT file (using REMOTE TYPE perhaps) and then do
  113. the DIR with some kind of wildcard (like "REMOTE DIR ck*").
  114.  
  115. -----------------------------------------------------------------------------
  116.  
  117.   -  If you are having problems connecting to our system PLEASE send mail
  118.      to {cbosgd, ea, ihnp4, isucs1, mcvax, uokvax}!okstate!uucp-support
  119.  
  120.   -  Kind words also make my day!
  121.  
  122. -----------------------------------------------------------------------------
  123.  
  124. Thanks,
  125.  
  126. Mark Vasoll
  127. Department of Computing and Information Sciences
  128. Oklahoma State University
  129.  
  130. UUCP:  {cbosgd, ea, ihnp4, isucs1, mcvax, uokvax}!okstate!vasoll
  131.  
  132. ARPA:  vasoll%okstate.csnet@csnet-relay.arpa
  133.  
  134.