mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
James Cone added CURLOPT_NETRC / --netrc / --netrc-optional descriptions
This commit is contained in:
parent
654be65590
commit
51fcee6f81
2 changed files with 36 additions and 7 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue