modified readme

This commit is contained in:
Fufu Fang 2018-07-24 03:00:18 +01:00
parent d3e5282e85
commit 6dd4095107
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Have you ever wanted to mount those HTTP directory listings as if it was a partition? Look no further, this is your solution. HTTPDirFS stands for Hyper Text Transfer Protocol Directory Filesystem
The performance of the program is excellent, due to the use of curl-multi interface. HTTP connections are reused. I haven't benchmarked it, but I feel this is faster than ``rclone mount``.
The performance of the program is excellent, due to the use of curl-multi interface. HTTP connections are reused, and HTTP pipelining is used when available. I haven't benchmarked it, but I feel this is faster than ``rclone mount``.
## Usage
./httpdirfs -f $URL $YOUR_MOUNT_POINT