CURLOPT_NETRC (3) Linux Manual Page
CURLOPT_NETRC – request that .netrc is used Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NETRC, long level); DescriptionThis parameter controls the preference level of libcurl between using user names and passwords from your ~/.netrc file, relative to user names and passwords in the URL supplied with CURLOPT_URL(3). libcurl uses a user name (and supplied or prompted password)…
