home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doc_net / simtel.inf < prev    next >
Text File  |  1990-12-15  |  14KB  |  321 lines

  1.  
  2. [File: SIMTEL20.INF                 Last revised: December 4, 1990]
  3.  
  4.    [Note: Due to disk space limitations the PC-Blue collection is
  5.    temporarily off-line.  Additional disk drives are expected to
  6.    be installed in April or May of 1991.  We are sorry for the
  7.    inconvenience to our users.]
  8.  
  9.                      THE SIMTEL20 ARCHIVES
  10.  
  11. OVERVIEW
  12.  
  13. There is a colossal amount of free public domain software for the
  14. CP/M, PCDOS/MSDOS, Macintosh, and UNIX operating systems, and for the
  15. DoD standard programming language, Ada, in several archives on
  16. WSMR-SIMTEL20.ARMY.MIL (IP host number 26.2.0.74), a DECsystem-20
  17. running the TOPS-20 operating system at White Sands Missile Range,
  18. New Mexico.  Archives of correspondence for several mailing lists
  19. are also available.
  20.  
  21. You can obtain these files using the InterNet file transfer protocol,
  22. FTP (described in a following paragraph), with user-name "anonymous".
  23. For a login password, use "guest", your host-name, or any other string
  24. of printing characters.  Throughout this message, FTP examples are
  25. given in a GENERIC syntax.  You will have to consult either local
  26. documentation or your friendly system wizard to learn the actual
  27. syntax used with your local mainframe operating system.  For the sake
  28. of brevity, the full host name "WSMR-SIMTEL20.ARMY.MIL" will be
  29. dropped from further references to SIMTEL20 in this discussion.  Also
  30. please note that square brackets may be used in place of angle brackets
  31. in referring to directory names.  For example, pd1:[msdos.filedocs]
  32. is the same as pd1:<msdos.filedocs>
  33.  
  34. There are many helpful files in the default ANONYMOUS ftp directory.
  35. Please look at these if you have need for further information on
  36. specific collections.
  37.  
  38. To obtain directory listings, connect to SIMTEL20 via FTP and get
  39. these files:
  40.  
  41.   pd1:<msdos>msdos.crclst
  42.   pd1:<pc-blue>pc-blue.crclst
  43.   pd2:<cpm>cpm.crclst
  44.   pd2:<cpmug>cpmug.crclst
  45.   pd2:<sigm>sigm.crclst
  46.   pd1:<hz100>hz100.crclst
  47.   pd3:<macintosh>macintosh.crclst
  48.   pd1:<misc>misc.crclst
  49.   pd2:<unix-c>unix-c.crclst
  50.   pd2:<ada>ada.crc
  51.  
  52. There is also a comma-delimited directory listing in each top-level
  53. directory, FILES.IDX, which is suitable for importing into a database
  54. program.  This file may be of greater use than the crclst files
  55. because it can be compared against an earlier version of the same file
  56. to produce a complete list of files added and deleted from the
  57. archives.  Using the comma-delimited fields it is possible to build a
  58. script for FTP to maintain a parallel archive.  FILES.IDX can be
  59. printed or displayed with a simple BASIC program.  For more information
  60. see PD1:<MSDOS.FILEDOCS>AAAREAD.ME.
  61.  
  62. The <CPM>, <MSDOS>, <MSDOS2> and <MACINTOSH> archives are the ones to
  63. watch for the very latest offerings, as they are updated frequently.
  64.  
  65. The <CPMUG>, <SIGM> and <PC-BLUE> archives contain software distributed
  66. by the CP/M Users Group, the SIG/M Users Group and the PC-Blue Users
  67. Group respectively.  This software is available on diskettes from the
  68. associated user groups, and the archives are updated as new volumes
  69. are issued.  The <PC-BLUE> archive contains software for the IBM-PC
  70. and similar machines.
  71.  
  72. The <MSDOS> and <MSDOS2> archives also contain software for the MSDOS
  73. and PCDOS operating systems; but these archives are locally managed,
  74. and therefore are updated more frequently than the <PC-BLUE> archive.
  75.  
  76. The <UNIX-C> archive contains a variety of UNIX tools.  Those which
  77. apply specifically to CP/M are in the directory <UNIX-C.CPM>.
  78.  
  79. The <ADA> archive is growing rapidly. Information about this archive
  80. is in directory PD2:<ADA.GENERAL>.  In general, the archived software
  81. is very good, having been worked-over and refined by many users.  The
  82. documentation and comments tend to be complete and informative.
  83.  
  84. Files in all of these archives can be obtained using the FTP procedures
  85. described in this message.
  86.  
  87. PLEASE NOTE:  Due to the large number of files available, the archive
  88. maintainers cannot possibly attempt to validate the proper operation of
  89. the various programs.  When a program bug is reported, immediate action
  90. is taken to either correct the error or remove the offending program
  91. from the archives.  Still, users must understand that all archive
  92. programs are offered AS IS, and the archive maintainers specifically
  93. disclaim any liability should these programs malfunction or cause
  94. damage, incidental or otherwise.  When testing ANY new software, be
  95. certain that all information stored on disk is backed-up before you
  96. start, so that you can recover if files are damaged or erased.  This is
  97. particularly true if you have a hard disk, in which case malfunctions
  98. can be spectacularly disasterous.
  99.  
  100. FILE TYPES
  101.  
  102. Files are stored in two formats: Text files such as those with names
  103. that end with DOC, HEX, INF and ASM are sometimes stored as ASCII
  104. files, but sometimes these files are stored in binary compressed
  105. form.  Binary storage is also used for executable (COM and EXE) and
  106. library/archive files  (LBR and ARC).  All binary data are stored as
  107. four 8-bit bytes per 36-bit SIMTEL20 word, with the low-order four
  108. bits of each word filled with zeros.  If such a file is interpreted
  109. as a contiguous string, as will happen if a straight binary transfer
  110. is made to a 16 or 32-bit UNIX machine, the four zero filler-bits per
  111. 36-bit group will cause rather bizarre and frustrating results.
  112.  
  113. For information on ARC, ARK, ZIP, ZOO, LBR, squeezed and crunched files,
  114. get PD2:<CPM.STARTER-KIT>-FILES.DOC and/or PD1:<MSDOS.STARTER>-FILES.DOC.
  115.  
  116. Although the type of storage used for a particular file can usually be
  117. inferred from the file-name, this is not always true.  It is a good idea
  118. to check the appropriate "crclst" of "idx" file to ascertain the storage
  119. format used for each file of interest.  Now, and for the foreseeable
  120. future, storage formats for files in the <SIGM>, <CPMUG> and <PC-BLUE>
  121. archives can be determined from their "generation numbers", as shown by
  122. the FTP directory command.  For example, the FTP command:
  123.  
  124.   dir pd1:<pc-blue.vol001>
  125.  
  126. will yield results of the form:
  127.  
  128.   -CATALOG.001.2
  129.   ABSTRACT.001.2
  130.   BW.ASM.2
  131.   BW.BAS.1
  132.   BW.EXE.1
  133.   COLOR.ASM.2
  134.   COLOR.BAS.1
  135.   COLOR.EXE.1
  136.   ...and so on
  137.  
  138. All files with names ending in ".1" are stored in binary format, and
  139. those with names ending in ".2" are stored in ASCII.  This relationship
  140. will continue to apply for files in the <SIGM>, <CPMUG> and <PC-BLUE>
  141. archives until further notice.
  142.  
  143. WARNING: Because the public domain archives on SIMTEL20 consume a huge
  144. amount of disk space, storage capacity will be conserved by the
  145. greatest practical use of libraries, archives, crunched and squeezed
  146. files, all of which are stored in binary format.  If you cannot
  147. properly transfer binary files, you are going to be VERY FRUSTRATED!
  148. If you need help, please contact your local system wizard and provide
  149. him/her with a copy of this message.  Having done that, if you are
  150. still unable to make things work correctly, send a message to
  151. Action@WSMR-SIMTEL20.ARMY.MIL and someone will try to help you.
  152. Please provide the following information:
  153.  
  154.  1. Machine and operating system  (e.g., VAX-11/780, 4.3 BSD UNIX)
  155.  2. Network software in use  (e.g., 3-Com UNET)
  156.  3. Complete list of available FTP commands  (e.g., GET, PUT, etc.)
  157.  
  158. Important files in the <CPMUG> and <PC-BLUE> archives are the
  159. CATALOG files. These files, which are stored in ASCII, contain the
  160. "-CATALOG.nnn" files from all the volumes of their respective archives.
  161. To obtain these composite catalog files, connect to SIMTEL20 via FTP
  162. and get these files:
  163.  
  164.   pd2:<cpmug>cpmug.cat
  165.   pd1:<pc-blue.vol000>pcblue.cat
  166.  
  167. Similar files exist for the <SIGM> archive, but they are stored in
  168. squeezed form.  These files, when unsqueezed, yields SIG0.CAT and
  169. SIG1.CAT (the catalog).
  170.  
  171.   pd2:<sigm.vol000>sig0.cqt
  172.   pd2:<sigm.vol000>sig1.cqt
  173.  
  174. (NOTE: That's "L-and-three-zeros" in "vol000")
  175.  
  176. FILE TRANSFER VIA FTP
  177.  
  178. FTP stands for File Transfer Protocol, a formalized procedure for
  179. moving files among machines on the Defense Data Network (DDN) and other
  180. networks that connect with the DDN.  The protocol is implemented by a
  181. program often called FTP.  The different mainframe operating systems
  182. implement FTP with variations in command syntax.  Some systems have the
  183. remote-file-name precede the local-file-name in the command.  Others
  184. reverse this order.  Some versions have the whole command on a single
  185. input line, while others use multiple lines.  Read the documentation
  186. for your local system, or consult a friendly system wizard for the
  187. details of your local FTP command syntax.
  188.  
  189. UNIX users can do something like "man ftp" for on-line instructions.
  190. However, not all UNIX FTP programs are called "ftp", so you may have
  191. to snoop around in the system directories or ask a system wizard for
  192. the correct local name to use with the "man" command.  ITS users can
  193. do ":INFO FTP", and "HELP FTP" works on TOPS-20 and some other
  194. operating systems.  I will be happy to update this message with
  195. pointers to other sources of on-line documentation if they are sent
  196. to w8sdz@WSMR-SIMTEL20.ARMY.MIL.
  197.  
  198. FTP transfers from SIMTEL20 can be made with user-name "anonymous".
  199. Use GUEST for the password.  For anonymous logins, SIMTEL20 supports
  200. the FTP "change working directory" command.  (Your local syntax may
  201. be something like CD, or CWD).  Ignore the message which may appear
  202. that prompts you to enter a password.  This command allows you to
  203. specify a default SIMTEL20 directory to be used for all file
  204. retrievals, and thereby relieves you from having to repeatedly type
  205. "pdx:<whatever>" as part of each filename.  For example, you can do
  206. something like this:
  207.  
  208.   cd pd1:<msdos.goodstuff>
  209.   get filename-1
  210.   get filename-2
  211.   ...and so on
  212.  
  213. instead of using the longer filename forms shown in previous examples.
  214.  
  215. Users of TOPS-10, TENEX, or TOPS-20 systems can use "image" or "paged"
  216. mode for ALL transfers.  UNIX and other users must use "ascii" mode for
  217. ASCII files, and "type tenex" or "type L 8" mode for binary files.
  218.  
  219. All aspects of the FTP process for UNIX machines have been automated
  220. to a high degree by a program in directory PD1:<MISC.UNIX>. With this
  221. program, a simple command like "sh autoftp30.sh mylist &" can be run
  222. in no-hangup background mode to transfer multiple files from SIMTEL20
  223. without the user even remaining logged-in on the local system.  For
  224. more information, get the file PD3:<MISC.UNIX>AUTOFTP30.TAR-Z, a
  225. compressed tar archive.  After transferring it to your Unix host,
  226. rename to autoftp30.tar.Z, uncompress, and extract with tar.
  227.  
  228. MAILING LIST CORRESPONDENCE ARCHIVES
  229.  
  230. Copies of correspondence for several mailing lists are kept on SIMTEL20
  231. in directories with names of the form PD2:<ARCHIVES.KEYWORD>, where
  232. "KEYWORD" has been chosen to indicate the associated mailing list.  At
  233. present, the following correspondence archives are available:
  234.  
  235.    mailing list       mail archive filename
  236.   ---------------     ---------------------
  237.   ADA-SW              PD2:<ARCHIVES.ADA-SW>
  238.   AMETHYST-USERS      PD2:<ARCHIVES.AMETHYST>
  239.   INFO-68K            PD2:<ARCHIVES.68K>
  240.   INFO-APPLE          PD2:<ARCHIVES.APPLE>
  241.   INFO-CPM            PD2:<ARCHIVES.CPM>
  242.   INFO-FORTH          PD2:<ARCHIVES.FORTH>
  243.   INFO-IBMPC          PD2:<ARCHIVES.IBMPC>
  244.   INFO-MICRO          PD2:<ARCHIVES.MICRO>
  245.   INFO-MODEMS         PD2:<ARCHIVES.MODEMS>
  246.   INFO-MODEMXX        PD2:<ARCHIVES.MODEMXX>
  247.   INFO-MODULA-2       PD2:<ARCHIVES.MODULA-2>
  248.   INFO-PASCAL         PD2:<ARCHIVES.PASCAL>
  249.   INFO-XENIX310       PD2:<ARCHIVES.XENIX310>
  250.   INFO-XMODEM         PD2:<ARCHIVES.XMODEM>
  251.   NORTHSTAR-USERS     PD2:<ARCHIVES.NORTHSTAR>
  252.   UNIX-SW             PD2:<ARCHIVES.UNIX-SW>
  253.   VIDEOTECH           PD2:<ARCHIVES.VIDEOTECH>
  254.  
  255. Descriptions of these and other mailing lists can be obtained via FTP with
  256. anonymous login (as for SIMTEL20) from the Network Information Center's
  257. host NIC.DDN.MIL.  Ask for the file PS:<NETINFO>INTEREST-GROUPS.TXT
  258. (an ASCII file).  And please note, this is NOT on SIMTEL20.
  259.  
  260. File names for SIMTEL20 mailing list correspondence archives have two
  261. forms.  For example, in PD2:<ARCHIVES.CPM>, which holds the INFO-CPM
  262. correspondence (the "INFO-" is assumed), the forms are: yymm.n-TXT or
  263. yymm.n-TXT-Z.  Files with names ending in -Z were compressed with a
  264. Unix compress-compatible program.  The characters "yymm" in the file
  265. names are the digits of the year and month of the messages in each
  266. particular file.  The "n" was incremented as overflowed 150 disk pages
  267. (approximately 375K).  The current month's correspondence is kept in
  268. CPM-ARCHIV.TXT, which is constantly growing as new messages arrive.
  269. There may also temporarily exist files named CURRENT.n-TXT, which hold
  270. the overflow of the current month's messages when CPM-ARCHIV.TXT is
  271. split into monthly files.  Although INFO-CPM has been used as an
  272. example here, the same naming scheme is used for the other mailing list
  273. files as well.  For a complete list of available files, connect to
  274. SIMTEL20 via FTP and do this:
  275.  
  276.   dir PD2:<ARCHIVES>
  277.  
  278. You will receive a list of names of the form:
  279.  
  280.   KEYWORD.DIRECTORY.n
  281.  
  282. where "n" is one or more digits.  For example, the INFO-CPM listing
  283. currently appears as "CPM.DIRECTORY.1"  To then get a list of files in
  284. a particular archive, do this:
  285.  
  286.   dir PD2:<ARchives.keyword>
  287.  
  288. where "keyword" (for example, "cpm") is chosen from the preceding list,
  289. and the word "directory" and the number "n" are not used.  At present,
  290. all of these files are stored in ASCII.
  291.  
  292. FTP PROBLEMS, FILE ERRORS, CONNECT OR LOGIN PROBLEMS
  293.  
  294. System-related problems should be reported to ACTION@WSMR-SIMTEL20.ARMY.MIL.
  295.  
  296. ADDITIONS, IMPROVEMENTS AND CORRECTIONS
  297.  
  298. Suggestions for additions, improvements and corrections to this message
  299. are always welcome. Please send them to w8sdz@WSMR-SIMTEL20.ARMY.MIL.
  300.  
  301. Contributions of public domain software are actively solicited.  If
  302. you have something that seems appropriate for inclusion in the <CPM>,
  303. <MSDOS>, <MSDOS2> or <MISC> archives, please contact Keith Petersen
  304. <w8sdz@WSMR-SIMTEL20.ARMY.MIL>.
  305.  
  306. Contact Richard Conn <ADA-SW-Request@WSMR-SIMTEL20.ARMY.MIL> if you wish to
  307. contribute to the <ADA> archive.
  308.  
  309. Contact Robert Thum <RThum@WSMR-SIMTEL20.ARMY.MIL> if you wish to contribute
  310. to the <MACINTOSH> archive.
  311.  
  312. Contact Dave Curry <UNIX-SW-Request@WSMR-SIMTEL20.ARMY.MIL> if you have
  313. something for the <UNIX-C> archive.
  314.  
  315.      Happy computing!
  316.  
  317.      Keith Petersen
  318.      w8sdz@WSMR-SIMTEL20.Army.Mil
  319.  
  320.  
  321.