Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Sets netrc file preference.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 2.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
curl | The CURL session handle. | $curl |
Value | The netrc preference. | 0 |
Returns "OK" on success.
CURL_NETRC_OPTIONAL | 1 | The use of your ~/.netrc file is optional, and information in the URL is to be preferred. The file will be scanned for the host and user name (to find the password only) or for the host only, to find the first user name and password after that machine, which ever information is not specified in the URL. | Undefined values of the option will have this effect. |
CURL_NETRC_IGNORED | 0 | The library will ignore the file and use only the information in the URL. This is the default. | |
CURL_NETRC_REQUIRED | 2 | This value tells the library that use of the file is required, to ignore the information in the URL, and to search the file for the host only. |
See also NETRC option in CURL manual.
Created 18th August 2014, last changed 5th July 2015
CURL.SetOptionNETRCFile - CURL.SetOptionNewDirectoryPerms
Feedback: Report problem or ask question.