bieganski / nginxfs

like sshfs, but for nginx/apache autoindex-based file hostings. For Linux (FUSE).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functionality

Mount autoindex-based web server in READ-ONLY mode on your local machine, in order to simplify files access.

Supported web servers

Demo

Browser view

Linux CLI view

Performance

Software is not a limitation for operations like file copy. On my 1 gigabit Ethernet connection I got 100MiB+ of bandwidth, measured using dd tool.

Limitations

  • At any time, each file can be opened by only one process. In other words, you can have two processes cat a and cat b working at the same time, but no cat a and cat a.

About

like sshfs, but for nginx/apache autoindex-based file hostings. For Linux (FUSE).


Languages

Language:Python 100.0%