From cecd26d2ed846bc5e6cb740a35c40051cf9167e0 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Mon, 30 Jul 2018 15:06:04 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f392523..1c13ce6 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,18 @@ Then you need to check if ``libssl1.0-dev`` had been installed properly. If you ## Usage - ./httpdirfs -f $URL $YOUR_MOUNT_POINT + ./httpdirfs -f $URL $YOUR_MOUNT_POINT An example URL would be [Debian CD Image Server](https://cdimage.debian.org/debian-cd/). The ``-f`` flag keeps the program in the foreground, which is useful for monitoring which URL the filesystem is visiting. +Other useful options: + + -u --user HTTP authentication username + -p --password HTTP authentication password + -P --proxy Proxy for libcurl, for more details refer to + https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html + + ## SSL Support If you run the program in the foreground, when it starts up, it will output the SSL engine version string. Please verify that your libcurl is linked against OpenSSL, as the pthread mutex functions are designed for OpenSSL.