home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / forthfaq / internetinfo < prev    next >
Encoding:
Text File  |  1995-07-25  |  3.3 KB  |  95 lines

  1. Subject: Forth FAQ: General Internet info.  (l/m 30.Jan.93)
  2. Newsgroups: comp.lang.forth,comp.answers,news.answers
  3. From: ForthFAQ@willett.pgh.pa.us (FAQ account for comp.lang.forth)
  4. Date: 15 Dec 93 01:39:32 GMT
  5.  
  6. Archive-name: ForthFaq/InternetInfo
  7. Last-modified: 30.Jan.93
  8. Version: 1.1
  9.  
  10.  
  11.  
  12. How can I find an anonymous FTP or email server that has "foo"? (Or, just
  13.     what is "archie" anyway?)
  14.  
  15.     From: Mitch.Bradley@ENG.SUN.COM
  16.     Subject: How to find FTP sites
  17.     Message-ID: <9105291721.AA13524@ucbvax.Berkeley.EDU>
  18.     Date: 28 May 91 20:44:55 GMT
  19.  
  20.     The question often arises: where can I get "foo" via anonymous FTP (FTP
  21.     is the Internet File Transfer Protocol)?
  22.  
  23.     There is a nice database listing Internet archives; you can access it via
  24.     Telnet.  Here's how:
  25.  
  26.            telnet quiche.cs.mcgill.ca
  27.  
  28.            login% archie
  29.            (Lots of introductory messages; use "help" to learn more)
  30.            archie> prog forth
  31.  
  32.     The "prog forth" query lists over 100 Forth things available on various
  33.     FTP sites.  I searched the listing for "atari", and found 2 places where
  34.     Forthmacs is available:
  35.  
  36.            watserv1.waterloo.edu  /micro/atari-st/forthmac.arc
  37.            terminator.cc.umich.edu  /atari/languages/forth.arc
  38.  
  39.     Obviously, you can look for other things besides Forth; I have used archie
  40.     to find all sorts of things.
  41.  
  42.  
  43.     Mitch.Bradley@Eng.Sun.COM
  44.     (Thanks to John Gilmore for telling me about archie)
  45.  
  46.     From: oneel@heawk1.gsfc.nasa.gov ( Bruce Oneel )
  47.     Subject: Re: How to find FTP sites
  48.     Message-ID: <ONEEL.91May30082611@heawk1.gsfc.nasa.gov>
  49.     Date: 30 May 91 12:26:11 GMT
  50.     Organization: STX/GSFC Nasa
  51.  
  52.     Another way to do the search is to send mail to archie@cs.mcgill.ca
  53.     with the word help in the message body or the request prog <what you
  54.     want to look for> in the message body.
  55.  
  56.     bruce
  57.     --
  58.     Bruce O'Neel              oneel@heasfs.gsfc.nasa.gov
  59.     NASA/GSFC/STX/Code 664
  60.  
  61.  
  62.  
  63. Where can I find programs for Unix that can read .ARC, .ZOO and .ZIP files?
  64.  
  65.        In article <1991Dec12.155334.8919@cbnewsh.cb.att.com>
  66.         ka2czu@cbnewsh.cb.att.com (robert.switzer) writes:
  67.        >Does unzip and unarc src for unix exist anywhere?
  68.        >or can I get the definitions to write my own?
  69.  
  70.     You can find them on SIMTEL20 (WSMR-SIMTEL20.ARMY.MIL) and in the
  71.     SIMTEL20 mirror on wuarchive.wustl.edu.  Because the exact file names
  72.     often contain version numbers, I'm not including the file names
  73.     here, only the directory names.  Check out 00-index.txt in the
  74.     directories for specific info and what file is what.  On SIMTEL-20,
  75.     look in directories:
  76.         PD6:<UNIX-C.ARC-PROGS>     (.arc and .zoo)
  77.         PD6:<UNIX-C.FILE-MGMT>       (.zip)
  78.     On wuarchive, look in directories:
  79.         /mirrors/unix-c/arc-progs
  80.         /mirrors/unix-c/file-mgmt
  81.  
  82.     If you have email only access, please see the other regularly
  83.     posted message for how to access FTP archives via email.
  84.  
  85.     You might also try using the archie server to find other sites
  86.     that have these programs.  (See previous question).
  87. ---
  88. If you have any questions about ForthNet/comp.lang.forth or any information
  89. to add/delete or correct in this message or any suggestions on formatting or
  90. presentation, please contact Doug Philips at one of the following addresses:
  91.           Internet: dwp@willett.pgh.pa.us
  92.           Usenet:   ...!uunet!willett.pgh.pa.us!dwp
  93.           GEnie:    D.PHILIPS3
  94.  
  95.