1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 09:20:45 +00:00
falk-werner_webfuse-provider/README.md
2019-01-27 12:32:02 +01:00

486 B

fuse-wsfs

fuse-wsfs combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets.

Status: Proof of concept

Build and run

cd fuse-wsfs
mkdir ./build
cd ./build
cmake ..
make
mkdir test
./wsfs -s -f --document_root=`realpath ../src/app/www` --port=4711 test

Dependencies