home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / forth / 3733 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  3.2 KB

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