Searched refs:netrc (Results 1 – 25 of 51) sorted by relevance
123
4 Long: netrc-file5 Help: Specify FILE for netrc8 Mutexed: netrc12 - netrc16 - --netrc-file netrc $URL19 # `--netrc-file`21 Set the netrc file to use. Similar to --netrc, except that you also provide24 It abides by --netrc-optional if specified.
4 Long: netrc-optional5 Help: Use either .netrc or URL6 Mutexed: netrc11 - netrc-file13 - --netrc-optional $URL16 # `--netrc-optional`18 Similar to --netrc, but this option makes the .netrc usage **optional**19 and not mandatory as the --netrc option does.
4 Long: netrc6 Help: Must read .netrc for username and password9 Mutexed: netrc-file netrc-optional12 - netrc-file16 - --netrc $URL19 # `--netrc`21 Make curl scan the *.netrc* file in the user's home directory for login name23 enables user authentication. See *netrc(5)* and *ftp(1)* for details on the28 On Windows two filenames in the home directory are checked: *.netrc* and32 A quick and simple example of how to setup a *.netrc* to allow curl to FTP to
4 netrc21 Reject .netrc with credentials using CRLF for POP324 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER pop3://%HOSTIP:%POP3PORT/%TESTNUMBER26 <file name="%LOGDIR/netrc%TESTNUMBER" >
5 netrc23 netrc with quoted password but missing end quote26 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER http://user1@http.example/28 <file name="%LOGDIR/netrc%TESTNUMBER" >
5 netrc17 netrc20 netrc parsing unit tests23 %LOGDIR/netrc%TESTNUMBER25 <file name="%LOGDIR/netrc%TESTNUMBER">
5 netrc30 netrc with no login33 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://%HOSTIP:%HTTPPORT/35 <file name="%LOGDIR/netrc%TESTNUMBER" >
7 netrc36 # using the netrc is mandatory.39 netrc-optional lets URL creds override netrc43 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://mary:drfrank@%HOSTIP:%FTPPORT/45 <file name="%LOGDIR/netrc%TESTNUMBER" >
5 netrc30 netrc with no login - provided user33 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://user@%HOSTIP:%HTTPPORT/35 <file name="%LOGDIR/netrc%TESTNUMBER" >
6 netrc25 skip 'macdef' when parsing netrc28 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://%HOSTIP:%FTPPORT/%TESTNUMBER30 <file name="%LOGDIR/netrc%TESTNUMBER" >
5 netrc30 netrc with multiple logins - pick first33 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://user1@%HOSTIP:%HTTPPORT/35 <file name="%LOGDIR/netrc%TESTNUMBER" >
5 netrc30 netrc with multiple logins - pick second33 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://user2@%HOSTIP:%HTTPPORT/35 <file name="%LOGDIR/netrc%TESTNUMBER" >
5 netrc34 netrc with quoted password37 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://%HOSTIP:%HTTPPORT/39 <file name="%LOGDIR/netrc%TESTNUMBER" >
7 netrc35 FTP (optional .netrc; programmatic user/passwd) dir list PASV38 # -u overrides netrc which overrides the URL40 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER -u romulus:rhemus ftp://mary:mark@%HOSTIP:%F…42 <file name="%LOGDIR/netrc%TESTNUMBER" >
7 netrc35 pick netrc password based on user name in URL39 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://mary@%HOSTIP:%FTPPORT/41 <file name="%LOGDIR/netrc%TESTNUMBER" >
7 netrc35 FTP (optional .netrc; user/no pass) dir list PASV38 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://user2@%HOSTIP:%FTPPORT/40 <file name="%LOGDIR/netrc%TESTNUMBER" >
7 netrc35 FTP (optional .netrc; user/passwd supplied) dir list PASV38 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://mary:mark@%HOSTIP:%FTPPORT/40 <file name="%LOGDIR/netrc%TESTNUMBER" >
4 netrc37 .netrc with multiple accounts for same host40 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER -x http://%HOSTIP:%HTTPPORT/ http://debbie@github.com/42 <file name="%LOGDIR/netrc%TESTNUMBER" >
7 netrc36 FTP (optional .netrc; no user/pass) dir list PASV39 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://%HOSTIP:%FTPPORT/41 <file name="%LOGDIR/netrc%TESTNUMBER" >
7 netrc35 FTP (optional .netrc with 'default' override; no user/pass) dir list PASV38 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://%HOSTIP:%FTPPORT/40 <file name="%LOGDIR/netrc%TESTNUMBER" >
7 netrc35 FTP compulsory .netrc; ignore passwd in URL38 -n --netrc-file %LOGDIR/netrc%TESTNUMBER ftp://mary:mark@%HOSTIP:%FTPPORT/40 <file name="%LOGDIR/netrc%TESTNUMBER" >
4 netrc72 .netrc with redirect and default without password75 --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER -L -x http://%HOSTIP:%HTTPPORT/ http://a.com/77 <file name="%LOGDIR/netrc%TESTNUMBER" >
4 netrc39 HTTP with .netrc using duped easy handle45 http://github.com %LOGDIR/netrc%TESTNUMBER http://%HOSTIP:%HTTPPORT/47 <file name="%LOGDIR/netrc%TESTNUMBER" >
9 netrc71 HTTP Location: following with --netrc-optional74 …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">
5 netrc35 user+password in URL with optional netrc40 http://foo%40bar:secret@%HOSTIP:%HTTPPORT/%TESTNUMBER --netrc-optional
Completed in 26 milliseconds