1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
-
+
-
+
|
<H2>NAME</H2>
appfsd, mount.appfs - AppFS FUSE Daemon
<P>
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<B>appfsd [-dfsh] [-o </B><I>option</I><B>[,</B><I>...</I><B>]] </B><I>cachedir</I><B> </B><I>mount_point</I>
<B>appfsd [-dfsh] [-o </B><I>option</I><B>[,</B><I>...</I><B>]] </B><I>cachedir</I><B> </B><I>mount_point</I>
<BR>
<B>mount.appfs [-dfsh] [-o </B><I>option</I><B>[,</B><I>...</I><B>]] </B><I>cachedir</I><B> </B><I>mount_point</I>
<B>mount.appfs [-dfsh] [-o </B><I>option</I><B>[,</B><I>...</I><B>]] </B><I>cachedir</I><B> </B><I>mount_point</I>
<P>
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
AppFS is a FUSE-based filesystem to present a manifest-based package format
from remote servers to the local system. It works over HTTP (by default,
at least). Remote sites are identified at the top-level of the mounted
directory and all sites are verified by PKI signature.
|