home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / hytel63.zip / ARC001 < prev    next >
Text File  |  1992-09-19  |  3KB  |  59 lines

  1.         Archie: The McGill School of Computer Science Archive Server
  2.  
  3. Telnet QUICHE.CS.MCGILL.CA or 132.206.2.3
  4. login: archie
  5.  
  6. Given the number of hosts being used as archive sites nowadays, there
  7. can be great difficulty in finding needed software in a distributed
  8. environment. You may know that the software that you need is out there,
  9. but it can sometimes be difficult to find.  The School of Computer
  10. Science at McGill University has one solution to the problem - "archie".
  11.  
  12. Archie is a pair of software tools: the first maintains a list of about
  13. 600 Internet ftp archive sites.  Each night software executes an
  14. anonymous ftp to a subset of these sites and fetches a recursive
  15. directory listing of each, which it stores in a database.  We hit about
  16. 1/30th of the list each time, so each site gets updated about once a
  17. month, hopefully balancing timely updates against unnecessary network
  18. load.  The "raw" listings are stored in compressed form on
  19. quiche.cs.mcgill.ca (132.206.2.3), where they are made available via
  20. anonymous ftp in the directory ~ftp/archie/listings.
  21.  
  22. The second tool is the interesting one as far as the users are
  23. concerned. It consists of a program running on a dummy user code that
  24. allows outsiders to log onto the archive server host to query the
  25. database. This is in fact the program we call Archie.
  26.  
  27. Users can ask archie to search for specific name strings.  For example,
  28. "prog kcl" would find all occurences of the string "kcl" and tell you
  29. which hosts have entries with this string, the size of the program, its
  30. last modification date and where it can be found on the host along with
  31. some other useful information. In this example, you could thus find
  32. those archive sites that are storing Kyoto Common Lisp. With one central
  33. database for all the archive sites we know about, archie greatly speeds
  34. the task of finding a specific program on the net.
  35.  
  36. Complete anonymous ftp listings of the various sites that we keep in the
  37. database may be obtained via the 'site' command and for a list of the
  38. sites which we keep track of, see the 'list' command.
  39.  
  40. Archie also maintains a 'Software Description Database' which consists
  41. of the names and descriptions of various software packages, documents
  42. and datasets that are kept on anonymous ftp archive sites all around the
  43. Internet. The 'whatis' command allows you to search this database.
  44.  
  45. Send comments, bug reports etc to
  46.  
  47.                         archie-l@cs.mcgill.ca
  48.  
  49. If you have a favourite anonymous ftp site that archie doesn't seem to
  50. maintain, or if you have additions or corrections to the Software
  51. Description database, send mail to
  52.  
  53.                         archie-admin@cs.mcgill.ca
  54.  
  55. Archie was written and is maintained by Alan Emtage (bajan@cs.mcgill.ca)
  56. and Bill Heelan (wheelan@cs.mcgill.ca). Peter Deutsch
  57. (peterd@cc.mcgill.ca) provided (and continues to provide) ideas and
  58. inspiration.
  59.