netrc-file.md (467B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: netrc-file 5 Help: Specify FILE for netrc 6 Arg: <filename> 7 Added: 7.21.5 8 Mutexed: netrc 9 Category: auth 10 Multi: single 11 See-also: 12 - netrc 13 - user 14 - config 15 Example: 16 - --netrc-file netrc $URL 17 --- 18 19 # `--netrc-file` 20 21 Set the netrc file to use. Similar to --netrc, except that you also provide 22 the path (absolute or relative). 23 24 It abides by --netrc-optional if specified.