blob: 0b5d2400c0a385d5e80651b177b821a60a35d618 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: netrc-file
2Help: Specify FILE for netrc
3Arg: <filename>
4Added: 7.21.5
5Mutexed: netrc
6---
7This option is similar to --netrc, except that you provide the path (absolute
8or relative) to the netrc file that Curl should use. You can only specify one
9netrc file per invocation. If several --netrc-file options are provided,
10the last one will be used.
11
12It will abide by --netrc-optional if specified.