/gopherfs

This is a fork of the repository at git://r-36.net/gopherfs

Primary LanguageCGNU General Public License v3.0GPL-3.0

GopherFS

An application that tries to interpret the Gopher protocol into a filesystem.

This is a fork of the repository at http://r-36.net/scm/gopherfs/

Due to limitations in the gopher standard gopherfs needs to download the the whole files before they can be accessed. A cache of these files is created in ~/.gopherfs or /tmp, if $HOME is not set.

Usage: gopherfs gopher://server:port/type/query $mountpoint

Have fun.