Searched refs:netrc (Results 1 – 24 of 24) sorted by relevance
7 netrc37 FTP (optional .netrc; programmatic user/passwd) dir list PASV40 --netrc-optional --netrc-file log/netrc134 -u romulus:rhemus ftp://mary:mark@%HOSTIP:%FTPPORT/
7 netrc38 FTP (optional .netrc; user/no pass) dir list PASV41 --netrc-optional --netrc-file log/netrc131 ftp://user2@%HOSTIP:%FTPPORT/
7 netrc37 FTP (optional .netrc; user/passwd supplied) dir list PASV40 --netrc-optional --netrc-file log/netrc132 ftp://mary:mark@%HOSTIP:%FTPPORT/
7 netrc37 FTP (optional .netrc; no user/pass) dir list PASV40 --netrc-optional --netrc-file log/netrc130 ftp://%HOSTIP:%FTPPORT/
7 netrc37 FTP (optional .netrc with 'default' override; no user/pass) dir list PASV40 --netrc-optional --netrc-file log/netrc2039 ftp://%HOSTIP:%FTPPORT/
9 netrc71 HTTP Location: following with --netrc-optional74 http://supersite.com/want/257 -L -x http://%HOSTIP:%HTTPPORT --netrc-optional --netrc-file log/netr…77 # netrc auth for two out of three sites:
7 netrc37 FTP (compulsory .netrc; ignored user/passwd) dir list PASV40 -n --netrc-file log/netrc133 ftp://mary:mark@%HOSTIP:%FTPPORT/
5 netrc19 netrc parsing unit tests
171 from netrc import netrc172 authenticators = netrc().authenticators("code.google.com")
68 5. Configure your Gerrit password with a ``.netrc`` (Mac and Linux)83 * Copy the contents of the ``netrc`` into the clipboard.85 - On Mac and Linux, paste the contents into ``~/.netrc``.
33 ldap.c version.c getenv.c escape.c mprintf.c telnet.c netrc.c \51 LIB_HFILES = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h \
520 bool netrc; /* name+password provided by netrc */ member
595 $(DIROBJ)\netrc.obj \
5086 conn->bits.netrc = FALSE; in override_login()5103 conn->bits.netrc = TRUE; in override_login()
741 conn->bits.netrc || in Curl_http_output_auth()
101 bool netrc; member
1518 config->netrc = toggle; in getparameter()
906 else if(config->netrc || config->netrc_file) in operate_do()
27 netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
33 o netrc: support 'default' token45 o netrc: Read in text mode when cygwin [9]
7465 in .netrc, and when following a Location: the subsequent requests didn't7466 properly use the auth as found in the netrc file. Added test case 257 to9648 getpwuid results when looking for .netrc files.10143 of trying to find a .netrc in the current user's home directory. The10144 existing .netrc file finder is somewhat naive and is far from perfect on10148 The current .netrc check code now also support longer than 256 bytes path10163 instead have the app pass in the path to the .netrc file (which is the only11450 - David Thiel pointed out that the .netrc file was not being dealt with12214 --netrc-optional was introduced as an addition to --netrc to allow the12215 command line client to take use of all that new netrc stuff.[all …]
24 - uses .netrc
862 Unix introduced the .netrc concept a long time ago. It is a way for a user869 Curl supports .netrc files if told to (using the -n/--netrc and870 --netrc-optional options). This is not restricted to just FTP,873 A very simple .netrc file could look something like:
373 lib/netrc.c holds the .netrc parser