home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / graphics / 5621 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  1.8 KB

  1. Xref: sparky comp.sys.amiga.graphics:5621 comp.sys.amiga.misc:12701
  2. Newsgroups: comp.sys.amiga.graphics,comp.sys.amiga.misc
  3. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uchinews!machine!chinet!katefans
  4. From: katefans@chinet.chi.il.us (Chris'n'Vickie of Chicago)
  5. Subject: Re: FTP Guru needed
  6. Message-ID: <Bt2p3D.4sM@chinet.chi.il.us>
  7. Organization: Chinet - Public Access UNIX
  8. References: <KONPLM.92Aug13082320@euas20c02.euas20> <1992Aug14.193344.11615@lmpsbbs.comm.mot.com> <64072@cup.portal.com>
  9. Date: Sun, 16 Aug 1992 10:57:13 GMT
  10. Lines: 40
  11.  
  12. >I recently gained FTP access and I too am frustrated... There MUST be a way to
  13. >use LS to look for a file within a tree structure, there also MUST be a way
  14. >to read a .README file without FTPing it and then DOWNLOADing it and then
  15. >MOREing it and then DELETEing it and going back for the actual file if you 
  16. >decide the .README was interesting.
  17.  
  18.    Try this:
  19.  
  20.    GET filename.readme |more
  21.  
  22.     this will allow you to read the file on their system.
  23.  
  24. >.README was interesting. AND there MUST be a way to get FTPed sites to not be
  25. >so picky about upper/lower case when CDing and GETing.. AND....
  26.  
  27.    Sorry, case-sensitivity is built into UNIX. One useful trick (if there
  28. are not too many files in the directory) is MGET.
  29.  
  30.    MGET *
  31.  
  32.    ...will ask...
  33.  
  34.    Get (first file)? y/n
  35.  
  36.    ...so you will not have to type every name.
  37.  
  38. >Any Ideas where I find information on making the most of FTP?
  39. >
  40. >(and if anyone says "Use ARCHIE to track down an FTP tutorial on the net" I'll
  41. >scream!)
  42.  
  43.    Archie is a lot better idea than a reality at this time.
  44.  
  45. >
  46. >Don DeCosta           |The nice thing about sanity is|  VM/Nomad2
  47. >DonD@cup.portal.com   |you can lose it more than once|  Amiga/Imagine
  48.  
  49.                                 Chris Williams
  50.                                    katefans@chinet.chi.il.us
  51.  
  52.