10
11
12
13
14
15
16
|
10
11
12
13
14
15
16
17
18
19
20
|
+
+
+
+
|
It should be mounted in `/opt/appfs`. Once mounted, sub-directories will be automatically made available by attempting to access the hostname of an AppFS server. For example, `/opt/appfs/rkeene.org` contains:
`$ ls -l /opt/appfs/rkeene.org/`<br>
`total 0`<br>
`dr-xr-xr-x 5 root root 0 Sep 10 02:00 ` <font color="blue">`hello_world`</font>`/`<br>
`dr-xr-xr-x 3 root root 0 Sep 10 02:00 ` <font color="blue">`kitcreator`</font>`/`<br>
`$ `
Download
--------
* [Version 1.0](http://www.rkeene.org/devel/appfs/appfs-1.0.tar.gz) **LATEST**
|