James Cone added CURLOPT_NETRC / --netrc / --netrc-optional descriptions

This commit is contained in:
Daniel Stenberg 2002-05-21 22:20:16 +00:00
parent 654be65590
commit 51fcee6f81
2 changed files with 36 additions and 7 deletions

View file

@ -716,9 +716,9 @@ NETRC
passwords, so therefor most unix programs won't read this file unless it is
only readable by yourself (curl doesn't care though).
Curl supports .netrc files if told so (using the -n/--netrc option). This is
not restricted to only ftp, but curl can use it for all protocols where
authentication is used.
Curl supports .netrc files if told so (using the -n/--netrc and
--netrc-optional options). This is not restricted to only ftp,
but curl can use it for all protocols where authentication is used.
A very simple .netrc file could look something like: