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
- Host: GitHub
- URL: https://github.com/bgaifullin/httpfs
- Owner: bgaifullin
- License: gpl-2.0
- Created: 2015-05-06T17:48:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T18:46:19.000Z (almost 11 years ago)
- Last Synced: 2023-02-27T01:35:46.749Z (over 3 years ago)
- Topics: filesystem, fuse, http, python
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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