3.38. NETRC flag

[<<<] [>>>]

curl::option CurlHandle,"NETRC"

The parameter tells the library to scan your ~/.netrc file to find user name and password for the remote site you are about to access. Do note that curl does not verify that the file has the correct properties set (as the standard unix ftp client does), and that only machine name, user name and password is taken into account (init macros and similar things aren't supported).


[<<<] [>>>]