Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 463 Bytes

share-fs

A share file system base on http and fuse

Build

Recommand build sharefs with stack

git clone https://github.com/Lupino/sharefs.git
stack build
stack install

Quick start

# start server
share-fs-server -H 127.0.0.1 -p 8080 --path share-fs

# start fuse client
mkdir -p mount
share-fs-fuse -c config.yml

API

See docs