Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 415 Bytes

simple-httpfs

A simple FUSE-based http file system. Read http files as if they were on the local filesystem.

Usage

simple-http /my/mount/dir
curl /my/mount/dir/http/slashdot.org/country.js..

URLs are referenced relative to the mount directory and suffixed with .. in the style of Daniel Rozenbergs httpfs.

Unmounting

umount /my/mount/dir