Home
last modified time | relevance | path

Searched refs:uploads (Results 1 – 16 of 16) sorted by relevance

/curl/tests/http/
H A Dscorecard.py435 uploads: Optional[List[int]] = None,
480 if uploads and len(uploads) > 0:
481 score['uploads'] = self.uploads(count=upload_count,
482 fsizes=uploads)
725 uploads = [1024 * 1024, 10 * 1024 * 1024, 100 * 1024 * 1024]
727 uploads = []
729 uploads.extend([parse_size(s) for s in x.split(',')])
736 if not args.uploads:
737 uploads = None
800 if uploads and httpd is None:
[all …]
/curl/docs/cmdline-opts/
H A Dcontinue-at.md22 source file before it is transferred to the destination. If used with uploads,
H A Danyauth.md26 Using --anyauth is not recommended if you do uploads from stdin, since it may
H A Dlimit-rate.md23 and uploads. This feature is useful if you have a limited pipe and you would
/curl/tests/data/
H A Dtest14918 FTP with multiple uploads
/curl/docs/libcurl/opts/
H A DCURLOPT_READFUNCTION.md21 CURLOPT_READFUNCTION - read callback for data uploads
61 **Bugs**: when doing TFTP uploads, you must return the exact amount of data
H A DCURLOPT_RESUME_FROM.md36 When doing uploads with FTP, the resume position is where in the local/source
H A DCURLOPT_RESUME_FROM_LARGE.md37 When doing uploads with FTP, the resume position is where in the local/source
H A DCURLOPT_RANGE.md50 For HTTP PUT uploads this option should not be used, since it may conflict with
H A DCURLOPT_UPLOAD.md32 CURLOPT_INFILESIZE_LARGE(3) options are also interesting for uploads. If the
H A DCURLOPT_HTTPHEADER.md43 mail uploads.
/curl/docs/libcurl/
H A Dlibcurl-ws.md92 flexible than limited to plain downloads or uploads, libcurl offers two
H A Dlibcurl-security.md213 for uploads. Also, CURLOPT_FOLLOWLOCATION(3) should not be used on
214 uploads. Instead, the applications should consider handling redirects itself,
358 attacker can affect what data the client uploads, it can be made to work as a
H A Dlibcurl-tutorial.md338 A few protocols do not behave properly when uploads are done without any prior
531 and then a file with binary contents and uploads the whole thing.
1440 Transfer-Encoding in cases where HTTP uploads are done with data of an unknown
/curl/docs/
H A DKNOWN_BUGS34 4.2 -T - always uploads chunked
205 4.2 -T - always uploads chunked
H A DTODO727 would be good to offer a way for users to select for uploads to remain

Completed in 20 milliseconds