A simple filesystem backed by HTTP downloads. You must create a directory listing using the
make_http_index tool provided by BrowserFS.
If you install BrowserFS globally with npm i -g browserfs, you can generate a listing by
running make_http_index in your terminal in the directory you would like to index:
A simple filesystem backed by HTTP downloads. You must create a directory listing using the
make_http_index
tool provided by BrowserFS.If you install BrowserFS globally with
npm i -g browserfs
, you can generate a listing by runningmake_http_index
in your terminal in the directory you would like to index:Listings objects look like the following:
This example has the folder
/home/jvilk
with subfilesomeFile.txt
and subfoldersomeDir
.