home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sources / wanted / 5429 < prev    next >
Encoding:
Internet Message Format  |  1992-12-20  |  1.7 KB

  1. Xref: sparky comp.sources.wanted:5429 comp.archives.admin:496
  2. Newsgroups: comp.sources.wanted,comp.archives.admin
  3. Path: sparky!uunet!noc.near.net!nic.umass.edu!news.mtholyoke.edu!jbotz
  4. From: jbotz@mtholyoke.edu (Jurgen Botz)
  5. Subject: Re: Is there an FTP filesystem?
  6. Message-ID: <BzG0DC.LKr@mtholyoke.edu>
  7. Sender: news@mtholyoke.edu (USENET News System)
  8. Organization: Mount Holyoke College
  9. References: <1992Dec18.030547.29074@cs.wisc.edu>
  10. Distribution: na
  11. Date: Fri, 18 Dec 1992 06:51:11 GMT
  12. Lines: 35
  13.  
  14. In article <1992Dec18.030547.29074@cs.wisc.edu> dws@ssec.wisc.edu (DaviD W. Sanderson) writes:
  15. >Imagine a program (NFS-style client or otherwise) that can make FTP
  16. >sites visible in the file system.  With such a program running, you
  17. >could do things like
  18. >
  19. >    cp /ftpfs/ftp.uu.net/file .
  20.  
  21. Vincent Cate at CMU is developing just such a program.  It is implemented
  22. as an NFS <-> FTP protocol gateway, with caching.
  23.  
  24. Try:
  25.  
  26.      mkdir /alex
  27.      mount -o timeo=10,retry=1000,rsize=8192,soft,intr \
  28.         orixa.mtholyoke.edu:/ /alex
  29.  
  30.      cp /alex/net/uu/ftp/info/README .
  31.  
  32. Or, more relevantly:
  33.  
  34.      more /alex/edu/cmu/cs/sp/alex/doc/README
  35.      ghostview /alex/edu/cmu/cs/sp/alex/doc/intro.ps
  36.  
  37. Please use orixa.mtholyoke.edu only as a demo... my poor workstation is
  38. doing too much as it is.
  39.  
  40. Note: you are strongly advised to continue using archie to find files
  41. on the Net rather than "find /alex -name 'file' -print"..!!!! (half a 
  42. smiley here...)
  43.  
  44. --
  45. Jurgen Botz                  |   Internet: JBotz@mtholyoke.edu
  46. Academic Systems Consultant  |     Bitnet: JBotz@mhc.bitnet
  47. Mount Holyoke College        |      Voice: (US) 413-538-2375 (daytime)
  48. South Hadley, MA, USA        | Snail Mail: J. Botz, 01075-0629
  49.