Home
last modified time | relevance | path

Searched refs:netrc (Results 1 – 25 of 51) sorted by relevance

123

/curl/docs/cmdline-opts/
H A Dnetrc-file.md4 Long: netrc-file
5 Help: Specify FILE for netrc
8 Mutexed: netrc
12 - netrc
16 - --netrc-file netrc $URL
19 # `--netrc-file`
21 Set the netrc file to use. Similar to --netrc, except that you also provide
24 It abides by --netrc-optional if specified.
H A Dnetrc-optional.md4 Long: netrc-optional
5 Help: Use either .netrc or URL
6 Mutexed: netrc
11 - netrc-file
13 - --netrc-optional $URL
16 # `--netrc-optional`
18 Similar to --netrc, but this option makes the .netrc usage **optional**
19 and not mandatory as the --netrc option does.
H A Dnetrc.md4 Long: netrc
6 Help: Must read .netrc for username and password
9 Mutexed: netrc-file netrc-optional
12 - netrc-file
16 - --netrc $URL
19 # `--netrc`
21 Make curl scan the *.netrc* file in the user's home directory for login name
23 enables user authentication. See *netrc(5)* and *ftp(1)* for details on the
28 On Windows two filenames in the home directory are checked: *.netrc* and
32 A quick and simple example of how to setup a *.netrc* to allow curl to FTP to
/curl/tests/data/
H A Dtest4804 netrc
21 Reject .netrc with credentials using CRLF for POP3
24 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER pop3://%HOSTIP:%POP3PORT/%TESTNUMBER
26 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest6805 netrc
23 netrc with quoted password but missing end quote
26 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER http://user1@http.example/
28 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest13045 netrc
17 netrc
20 netrc parsing unit tests
23 %LOGDIR/netrc%TESTNUMBER
25 <file name="%LOGDIR/netrc%TESTNUMBER">
H A Dtest6845 netrc
30 netrc with no login
33 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://%HOSTIP:%HTTPPORT/
35 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest3817 netrc
36 # using the netrc is mandatory.
39 netrc-optional lets URL creds override netrc
43 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://mary:drfrank@%HOSTIP:%FTPPORT/
45 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest6855 netrc
30 netrc with no login - provided user
33 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://user@%HOSTIP:%HTTPPORT/
35 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest4946 netrc
25 skip 'macdef' when parsing netrc
28 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
30 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest6825 netrc
30 netrc with multiple logins - pick first
33 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://user1@%HOSTIP:%HTTPPORT/
35 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest6835 netrc
30 netrc with multiple logins - pick second
33 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://user2@%HOSTIP:%HTTPPORT/
35 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest6795 netrc
34 netrc with quoted password
37 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://%HOSTIP:%HTTPPORT/
39 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest1347 netrc
35 FTP (optional .netrc; programmatic user/passwd) dir list PASV
38 # -u overrides netrc which overrides the URL
40 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER -u romulus:rhemus ftp://mary:mark@%HOSTIP:%F…
42 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest3807 netrc
35 pick netrc password based on user name in URL
39 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://mary@%HOSTIP:%FTPPORT/
41 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest1317 netrc
35 FTP (optional .netrc; user/no pass) dir list PASV
38 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://user2@%HOSTIP:%FTPPORT/
40 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest1327 netrc
35 FTP (optional .netrc; user/passwd supplied) dir list PASV
38 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://mary:mark@%HOSTIP:%FTPPORT/
40 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest4784 netrc
37 .netrc with multiple accounts for same host
40 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER -x http://%HOSTIP:%HTTPPORT/ http://debbie@github.com/
42 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest1307 netrc
36 FTP (optional .netrc; no user/pass) dir list PASV
39 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://%HOSTIP:%FTPPORT/
41 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest20397 netrc
35 FTP (optional .netrc with 'default' override; no user/pass) dir list PASV
38 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://%HOSTIP:%FTPPORT/
40 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest1337 netrc
35 FTP compulsory .netrc; ignore passwd in URL
38 -n --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://mary:mark@%HOSTIP:%FTPPORT/
40 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest4794 netrc
72 .netrc with redirect and default without password
75 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER -L -x http://%HOSTIP:%HTTPPORT/ http://a.com/
77 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest23094 netrc
39 HTTP with .netrc using duped easy handle
45 http://github.com %LOGDIR/netrc%TESTNUMBER http://%HOSTIP:%HTTPPORT/
47 <file name="%LOGDIR/netrc%TESTNUMBER" >
H A Dtest2579 netrc
71 HTTP Location: following with --netrc-optional
74 …e.com/want/%TESTNUMBER -L -x http://%HOSTIP:%HTTPPORT --netrc-optional --netrc-file %LOGDIR/netrc%…
79 # netrc auth for two out of three sites:
80 <file name="%LOGDIR/netrc%TESTNUMBER">
H A Dtest4955 netrc
35 user+password in URL with optional netrc
40 http://foo%40bar:secret@%HOSTIP:%HTTPPORT/%TESTNUMBER --netrc-optional

Completed in 26 milliseconds

123