From a1ae37d309933d1d977677644fe0e061ff783725 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Tue, 31 Jul 2018 13:08:45 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cd2e7b6..f91735e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,13 @@ Other useful options: -P --proxy Proxy for libcurl, for more details refer to https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html +## Configuration file support +There is now rudimentary config file support. The configuration file that the program will read is ``${HOME}/.httpdirfs/config``. You will have to create the sub-directory and the configuration file yourself. In the configuration file, please supply one option per line. For example: + + $ cat ${HOME}/.httpdirfs/config + --username test + --password test + -f ## SSL Support