mirror of
https://github.com/curl/curl.git
synced 2026-05-01 13:37:51 +03:00
the .netrc curl checks for is called _netrc on windows bug report #2061610
This commit is contained in:
parent
6768e81d5d
commit
473a050f0b
1 changed files with 3 additions and 3 deletions
|
|
@ -752,9 +752,9 @@ If this option is used several times, the last one will be used.
|
|||
.IP "-M/--manual"
|
||||
Manual. Display the huge help text.
|
||||
.IP "-n/--netrc"
|
||||
Makes curl scan the \fI.netrc\fP file in the user's home directory for login
|
||||
name and password. This is typically used for ftp on unix. If used with http,
|
||||
curl will enable user authentication. See
|
||||
Makes curl scan the \fI.netrc\fP (\fI_netrc\fP on Windows) file in the user's
|
||||
home directory for login name and password. This is typically used for ftp on
|
||||
unix. If used with http, curl will enable user authentication. See
|
||||
.BR netrc(4)
|
||||
or
|
||||
.BR ftp(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue