gopherfs

A FUSE gopher file system.
git clone git://r-36.net/gopherfs
Log | Files | Refs | README | LICENSE

README (374B)


      1 # GopherFS
      2 
      3 An  application  that  tries  to  interpret  the  Gopher protocol into a
      4 filesystem.
      5 
      6 Due to limitations in the gopher standard does gopherfs need to download
      7 the the whole files before they can be accessed. A cache of these  files
      8 is created in ~/.gopherfs or /tmp, if $HOME is not set.
      9 
     10 Usage:
     11 	gopherfs gopher://server:port/type/query $mountpoint
     12 
     13 Have fun.
     14