• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: netrc-file
5Help: Specify FILE for netrc
6Arg: <filename>
7Added: 7.21.5
8Mutexed: netrc
9Category: curl
10Multi: single
11See-also:
12  - netrc
13  - user
14  - config
15Example:
16  - --netrc-file netrc $URL
17---
18
19# `--netrc-file`
20
21This option is similar to --netrc, except that you provide the path (absolute
22or relative) to the netrc file that curl should use. You can only specify one
23netrc file per invocation.
24
25It abides by --netrc-optional if specified.
26