GNUNET-FS(1)
NAME
gnunet-fs - FUSE filesystem for GNUnet
SYNOPSIS
gnunet-fs [-a|--anonymity=LEVEL] [-c|--config=FILE] [-l|--logfile=FILE] [-p|--priority=LEVEL] [-u|--uri-files] [-x|--Xfuse] URI_FILE PATH gnunet-fs --help
DESCRIPTION
gnunet-fs is the FUSE filesystem for GNUnet.
You need the URI of a file with the mime-type of application/gnunet-directory. You can either publish a directory with
gnunet-insert or do a search for the mime-type. To mount the URI use
the following command.
$ echo gnunet://ecrs/chk/XXXX/YYYY.NNNN > uri_file
$ gnunet-fs uri_file /mnt
Where gnunet://ecrs/chk/XXXX/YYYY.NNNN is the URI and /mnt is the mount
point.
OPTIONS
- -a, --anonymity=LEVEL
- set the desired LEVEL of sender-anonymity.
- -c, --config=FILE
- use configuration file FILE.
- -h, --help
- print help.
- -L, --log=LOGLEVEL
- configure logging to use LOGLEVEL.
- -l, --logfile=FILE
- set logfile name.
- -p, --priority=LEVEL
- set the desired LEVEL of priority.
- -u, --uri-files
- Make .uri files visible.
- -x, --Xfuse
- Escape fuse option.
SEE ALSO
HOMEPAGE
More information about gnunet-fuse and the GNUnet project can be found at <http://www.gnunet.org/>.
AUTHOR
gnunet-fs was written by David Barksdale <amatus@gnu.org>.
- This manual page was written by Daniel Baumann <daniel@debian.org>, for
the Debian project (but may be used by others).