mirror of
https://github.com/curl/curl.git
synced 2026-07-25 00:57:23 +03:00
Added CURLOPT_NETRC_FILE.
This commit is contained in:
parent
a50d2a45d7
commit
ad77f760cf
7 changed files with 87 additions and 51 deletions
|
|
@ -693,6 +693,12 @@ typedef enum {
|
|||
an HTTP or FTP server. */
|
||||
CINIT(MAXFILESIZE, LONG, 114),
|
||||
|
||||
/* Set this option to the file name of your .netrc file you want libcurl
|
||||
to parse (using the CURLOPT_NETRC option). If not set, libcurl will do
|
||||
a poor attempt to find the user's home directory and check for a .netrc
|
||||
file in there. */
|
||||
CINIT(NETRC_FILE, OBJECTPOINT, 115),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue