An open API service indexing awesome lists of open source software.

https://github.com/bgaifullin/httpfs

Mount folders exported over http
https://github.com/bgaifullin/httpfs

filesystem fuse http python

Last synced: about 1 hour ago
JSON representation

Mount folders exported over http

Awesome Lists containing this project

README

          

# httpfs

mount directory exported over http

# usage:
python httpfs.py http://example.com/files/ /mnt/files [--debug]

# dependencies
* python-dateutil
* python-fuse