blob: f50c0ed34e677ca95e2b6c3aee0f596017329ea6 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: netrc-file
4Help: Specify FILE for netrc
5Arg: <filename>
6Added: 7.21.5
7Mutexed: netrc
8Category: curl
9Example: --netrc-file netrc $URL
10See-also: netrc user config
11Multi: single
12---
13This option is similar to --netrc, except that you provide the path (absolute
14or relative) to the netrc file that curl should use. You can only specify one
15netrc file per invocation.
16
17It will abide by --netrc-optional if specified.