Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/curl/lib/
H A Dcurl_range.c40 curl_off_t from, to; in Curl_range() local
47 from_t = curlx_strtoofft(data->state.range, &ptr, 10, &from); in Curl_range()
57 data->state.resume_from = from; in Curl_range()
59 from)); in Curl_range()
73 if(from > to) in Curl_range()
76 totalsize = to - from; in Curl_range()
81 data->state.resume_from = from; in Curl_range()
84 from, data->req.maxdownload)); in Curl_range()
89 from, to, data->req.maxdownload)); in Curl_range()
/curl/docs/cmdline-opts/
H A Dmail-from.md4 Long: mail-from
6 Help: Mail from this address
15 - --mail-from user@example.com -T mail smtp://example.com/
18 # `--mail-from`
20 Specify a single address that the given mail should get sent from.
H A Dproxy-user.md22 authentication then you can tell curl to select the username and password from
25 On systems where it works, curl hides the given option argument from process
26 listings. This is not enough to protect credentials from possibly getting seen
28 before cleared. Such sensitive data should be retrieved from a file instead or
H A Detag-compare.md6 Help: Load ETag from file
20 Make a conditional HTTP request for the specific ETag read from the given file
26 Use the option --etag-save to first save the ETag from a response, and then
H A Dcookie.md8 Help: Send cookies from string/load from file
25 data previously received from the server in a `Set-Cookie:` line. The data
34 to read previously stored cookie from. This option also activates the cookie
39 If the filename is a single minus ("-"), curl reads the contents from stdin.
43 The file format of the file to read cookies from should be plain HTTP headers
54 Users often want to both read cookies from a file and write updated cookies
H A Djson.md35 the data from, or a single dash (-) if you want curl to read the data from
36 stdin. Posting data from a file named 'foobar' would thus be done with --json
37 @foobar and to instead read the data from stdin, use --json @-.
H A Djunk-session-cookies.md6 Help: Ignore session cookies read from file
20 When curl is told to read cookies from a given file, this option makes it
H A Duser.md29 On systems where it works, curl hides the given option argument from process
30 listings. This is not enough to protect credentials from possibly getting seen
32 before cleared. Such sensitive data should be retrieved from a file instead or
49 username and password from your environment by specifying a single colon with
/curl/tests/data/
H A Dtest65052 Some data from stdin
58 This is data from a file.
100 This is data from a file.
112 This is data from a file.
124 This is data from a file.
137 This is data from a file.
149 Some data from stdin
184 This is data from a file.
196 This is data from a file.
208 This is data from a file.
[all …]
H A Dtest16868 http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --…
75 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
76 Host: data.from.server.requiring.digest.hohoho.com
81 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
82 Host: data.from.server.requiring.digest.hohoho.com
88 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
89 Host: data.from.server.requiring.digest.hohoho.com
H A Dtest33570 http://digest:alot@data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://foo:bar@…
77 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
78 Host: data.from.server.requiring.digest.hohoho.com
83 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
84 Host: data.from.server.requiring.digest.hohoho.com
90 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
91 Host: data.from.server.requiring.digest.hohoho.com
H A Dtest16754 http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --…
61 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
62 Host: data.from.server.requiring.digest.hohoho.com
68 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
69 Host: data.from.server.requiring.digest.hohoho.com
H A Dtest16943 # Authorization: NTLM line passed-in from the client
89 http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --…
96 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
97 Host: data.from.server.requiring.digest.hohoho.com
103 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
104 Host: data.from.server.requiring.digest.hohoho.com
110 GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
111 Host: data.from.server.requiring.digest.hohoho.com
H A Dtest65141 Some data from stdin
47 This is data from a file.
58 # Note that the stripping above removes 12 bytes from every occurrence of the
H A Dtest16330 HTTP multipart formpost with contents from a file
38 from
66 from
H A Dtest91423 SMTP invalid --mail-from
32 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from invalid -T %LOGD…
H A Dtest119136 # These are hexadecimal protocol dumps from the client
38 # Strip out the random part of the client id from the CONNECT message
/curl/docs/libcurl/opts/
H A DCURLOPT_RESUME_FROM.md17 CURLOPT_RESUME_FROM - offset to resume transfer from
24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_RESUME_FROM, long from);
30 want the transfer to start from. Set this option to 0 to make the transfer
31 start from the beginning (effectively disabling resume). For FTP, set this
32 option to -1 to make the transfer start from the end of the target file
36 file libcurl should try to resume the upload from and it then appends the
H A DCURLOPT_RESUME_FROM_LARGE.md17 CURLOPT_RESUME_FROM_LARGE - offset to resume transfer from
25 curl_off_t from);
31 you want the transfer to start from. Set this option to 0 to make the transfer
32 start from the beginning (effectively disabling resume). For FTP, set this
33 option to -1 to make the transfer start from the end of the target file
37 file libcurl should try to resume the upload from and it appends the source
H A DCURLOPT_COOKIEFILE.md17 CURLOPT_COOKIEFILE - filename to read cookies from
39 (just a single minus sign), libcurl instead reads from stdin.
44 If you read cookies from a plain HTTP headers file and it does not specify a
51 from.
57 engine and clears the list of files to read cookies from.
80 /* get cookies from an existing file */
/curl/docs/libcurl/
H A Dcurl_easy_getinfo.md15 curl_easy_getinfo - extract information from a curl handle
82 Time from start until name resolving completed. See
87 Time from start until name resolving completed. See
92 Time from start until remote host or proxy completed.
97 Time from start until remote host or proxy completed.
102 Time from start until SSL/SSH handshake completed.
107 Time from start until SSL/SSH handshake completed.
236 Content length from the Content-Length header.
249 Content type from the Content-Type header.
254 The value from the Retry-After header.
[all …]
H A Dcurl_multi_remove_handle.md17 curl_multi_remove_handle - remove an easy handle from a multi session
29 Removes a given *easy_handle* from the *multi_handle*. This makes the
30 specified easy handle be removed from this multi handle's control.
32 When the easy handle has been removed from a multi stack, it is again
39 It is fine to remove a handle at any time during a transfer, just not from
42 Removing an easy handle from the multi handle before the corresponding
H A Dcurl_multi_waitfds.md18 curl_multi_waitfds - extracts file descriptor information from a multi handle
35 *poll(2)*'s *pollfd* structure from a given multi_handle.
39 function should be called as soon as one of them is ready to be read from or
67 /* get the count of file descriptors from the transfers */
86 /* get wait descriptors from the transfers and put them into array. */
H A Dcurl_easy_nextheader.md35 HTTP transfer might provide headers from several different places and they may
40 The *request* argument tells libcurl from which request you want headers
41 from. A single transfer might consist of a series of HTTP requests and this
43 headers from. 0 being the first request and then the number increases for
76 /* extract the normal headers from the first request */
82 /* extract the normal headers + 1xx + trailers from the last request */
/curl/plan9/
H A DREADME4 from sources using mk. To build it, you will require to install latest
8 The zlib that is available on Plan 9 can be downloaded from:
12 LibreSSL Portable can be downloaded from:

Completed in 57 milliseconds

12345678910>>...24