Home
last modified time | relevance | path

Searched refs:user (Results 401 – 425 of 427) sorted by relevance

1...<<1112131415161718

/curl/lib/
H A Dtransfer.c716 result = Curl_setstropt(&data->state.aptr.user, in Curl_pretransfer()
903 Curl_safefree(data->state.aptr.user); in Curl_follow()
H A Dsetopt.c114 char *user = NULL; in setstropt_userpwd() local
128 result = Curl_parse_login_details(option, len, &user, &passwd, NULL); in setstropt_userpwd()
134 *userp = user; in setstropt_userpwd()
H A Dsocks.c1171 sx->proxy_user = conn->socks_proxy.user; in socks_proxy_cf_connect()
H A Dftp.c909 conn->user?conn->user:""); in ftp_state_user()
/curl/docs/
H A DFAQ52 3.20 How to SFTP from my user's home directory?
68 4.7 How do I keep user names and passwords secret in curl command lines?
144 Kerberos, SPNEGO, HTTP form based upload, proxies, cookies, user+password
731 3.20 How to SFTP from my user's home directory?
734 work with. It means that if you do not specify that you want the user's home
737 To specify a file in your user's home directory, you need to use the correct
740 curl -O -u user:password sftp://example.com/~/file.txt
744 curl -O -u user:password scp://example.com/~/file.txt
847 The request requires user authentication.
886 4.7 How do I keep user names and passwords secret in curl command lines?
H A DKNOWN_BUGS243 If a URL or filename cannot be encoded using the user's current codepage then
286 UTF-8 encoded paths for internal use such as open, access and stat. The user's
H A DTHANKS949 Florian Kohnhäuser
1021 Gerrit Bruchhäuser
3157 zloi-user on github
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md27 This document refers to 'the user' as the person writing the source code that
363 protocol://user:password@example.com/path/
371 char * to a string in the format "user:password". In a manner like this:
389 "_netrc" as name). The file should be made private so that only the user may
522 curl_mime_data(3), file using curl_mime_filedata(3) and user-defined data
819 access to employees through their proxies. Network clients or user-agents ask
844 Some proxies require user authentication before allowing a request, and you
847 curl_easy_setopt(handle, CURLOPT_PROXYUSERPWD, "user:password");
871 "[protocol://][user:password@]machine[:port]". Where the protocol:// part
H A Dlibcurl-errors.md646 There is no user part in the URL.
718 The user part of the URL contained bad or invalid characters.
H A Dlibcurl.m4159 # we did not find curl-config, so let's see if the user-supplied
H A Dcurl_easy_setopt.md59 Before version 7.17.0, strings were not copied. Instead the user was forced
234 Suppress proxy CONNECT response headers from user callbacks. See
H A Dcurl_formadd.md130 **CURLFORM_FILE** the user may send one or more files in one part by
H A Dlibcurl.md222 and satisfy libcurl's requirements without your user having to think about it.
/curl/lib/vssh/
H A Dlibssh.c2215 if(conn->user && conn->user[0] != '\0') { in myssh_connect()
2216 infof(data, "User: %s", conn->user); in myssh_connect()
2217 rc = ssh_options_set(ssh->ssh_session, SSH_OPTIONS_USER, conn->user); in myssh_connect()
H A Dwolfssh.c401 rc = wolfSSH_SetUsername(sshc->ssh_session, conn->user); in wssh_connect()
/curl/tests/data/
H A Dtest50667 # Explicitly set the time zone to a known good one, in case the user is
H A Dtest31138 # Explicitly set the time zone to a known good one, in case the user is
H A Dtest1061883 …NUMBER:8990/path/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --prox…
H A Dtest1060878 …NUMBER:8990/path/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --prox…
/curl/winbuild/
H A DMakefileBuild.vc702 # directories possibly modified by this makefile to point to user-specified
704 # For example, don't remove DIRDIST here since it may contain user files if it
/curl/packages/vms/
H A Dcurl_gnv_build_steps.txt95 the directories under src_root: owned by a user or resource where the build
/curl/
H A DRELEASE-NOTES122 o tests: extend user/password parsing test1620 [40]
H A Dconfigure.ac187 dnl Save some initial values the user might have provided
410 dnl error out to force the user to decide.
477 # user might for example choose to build static libraries with PIC.
/curl/packages/OS400/
H A DREADME.OS400220 behavior and are only provided for user convenience. After use, returned values
/curl/include/curl/
H A Dcurl.h327 char *user; member

Completed in 140 milliseconds

1...<<1112131415161718