Update README.md

This commit is contained in:
Fufu Fang 2018-07-31 13:08:45 +01:00 committed by GitHub
parent 4bf37d12d9
commit a1ae37d309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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