Home
last modified time | relevance | path

Searched refs:upload (Results 51 – 75 of 236) sorted by relevance

12345678910

/curl/docs/cmdline-opts/
H A Dcrlf.md5 Help: Convert LF to CRLF in upload
18 Convert line feeds to carriage return plus line feeds in upload. Useful for
H A Dappend.md15 - --upload-file local --append ftp://example.com/
20 When used in an upload, this option makes curl append to the target file
/curl/docs/libcurl/opts/
H A DCURLINFO_SPEED_UPLOAD.md18 CURLINFO_SPEED_UPLOAD - get upload speed
30 Pass a pointer to a double to receive the average upload speed that curl
31 measured for the complete upload. Measured in bytes/second.
H A DCURLOPT_RESUME_FROM_LARGE.md35 (useful to continue an interrupted upload).
38 file libcurl should try to resume the upload from and it appends the source
59 /* resuming upload at this position, possibly beyond 2GB */
62 /* ask for upload */
H A DCURLOPT_RESUME_FROM.md34 (useful to continue an interrupted upload).
37 file libcurl should try to resume the upload from and it then appends the
60 /* resume upload at byte index 200 */
63 /* ask for upload */
H A DCURLINFO_CONTENT_LENGTH_UPLOAD.md18 CURLINFO_CONTENT_LENGTH_UPLOAD - get the specified size of the upload
31 Pass a pointer to a double to receive the specified size of the upload. Since
49 /* Perform the upload */
/curl/tests/data/
H A Dtest91543 <upload>
49 </upload>
H A Dtest91142 <upload>
44 </upload>
H A Dtest95240 <upload>
43 </upload>
H A Dtest150748 <upload>
49 </upload>
H A Dtest152049 <upload>
61 </upload>
H A Dtest90043 <upload>
49 </upload>
H A Dtest28532 <upload>
37 </upload>
H A Dtest94040 <upload>
43 </upload>
H A Dtest91043 <upload>
49 </upload>
H A Dtest124332 <upload>
37 </upload>
H A Dtest90149 <upload>
61 </upload>
H A Dtest98743 <upload>
49 </upload>
H A Dtest90943 <upload>
49 </upload>
H A Dtest93945 <upload>
48 </upload>
H A Dtest90249 <upload>
55 </upload>
H A Dtest95140 <upload>
43 </upload>
H A Dtest90851 <upload>
54 </upload>
H A Dtest91950 <upload>
53 </upload>
/curl/docs/examples/
H A Dhttp2-upload.c193 static void setup(struct input *i, int num, const char *upload) in setup() argument
207 fprintf(stderr, "error: could not open file %s for writing: %s\n", upload, in setup()
215 if(stat(upload, &file_info)) { in setup()
216 fprintf(stderr, "error: could not stat file %s: %s\n", upload, in setup()
223 i->in = fopen(upload, "rb"); in setup()
225 fprintf(stderr, "error: could not open file %s for reading: %s\n", upload, in setup()

Completed in 29 milliseconds

12345678910