Home
last modified time | relevance | path

Searched refs:upload (Results 26 – 50 of 236) sorted by relevance

12345678910

/curl/tests/data/
H A Dtest24720 FTP upload time condition evaluates TRUE => skip upload
40 <upload>
41 </upload>
H A Dtest58224 SFTP upload using multi interface
27 Sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/upload%TESTNUMBER.txt %PWD/%LOGDIR/file%TESTNUMBER.txt %USE…
31 upload this
46 upload this
H A Dtest24820 FTP upload time condition evaluates FALSE => upload anyway
40 <upload>
47 </upload>
H A Dtest93833 <file name="%LOGDIR/upload%TESTNUMBER">
37upload%TESTNUMBER -: smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER002 --mail-rcpt recipient@example.com --m…
60 <upload>
63 </upload>
H A Dtest105545 upload
70 upload
84 <upload>
88 upload
94 </upload>
H A Dtest20517 "upload" with file://
20 file://localhost/%PWD/%LOGDIR/nonexisting/result%TESTNUMBER.txt -T %LOGDIR/upload%TESTNUMBER.txt
22 <file name="%LOGDIR/upload%TESTNUMBER.txt">
H A Dtest94123 <file name="%LOGDIR/upload%TESTNUMBER">
38 …-mail-rcpt recipient@example.com --mail-from sender@example.com -T %LOGDIR/upload%TESTNUMBER --crlf
52 <upload>
67 </upload>
H A Dtest14921 -T %LOGDIR/upload%TESTNUMBER ftp://%HOSTIP:%FTPPORT/dir1/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER f…
23 <file name="%LOGDIR/upload%TESTNUMBER">
52 <file name="%LOGDIR/upload%TESTNUMBER">
H A Dtest53129 FTP PORT upload using multi interface and get 425 response
32 ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER %LOGDIR/upload%TESTNUMBER
34 <file name="%LOGDIR/upload%TESTNUMBER">
36 don't upload this
H A Dtest20416 "upload" with file://
19 file://localhost%FILE_PWD/%LOGDIR/result%TESTNUMBER.txt -T %LOGDIR/upload%TESTNUMBER.txt
21 <file name="%LOGDIR/upload%TESTNUMBER.txt">
H A Dtest12319 FTP upload resume with whole file already downloaded
22 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER -C 51
24 <file name="%LOGDIR/upload%TESTNUMBER">
H A Dtest6235 SCP upload
22 SCP upload failure
29 for ssh upload test
H A Dtest36216 FTP resume upload file with nothing to start from
35 <upload>
42 </upload>
H A Dtest10716 FTP PASV upload file
36 <upload>
43 </upload>
H A Dtest80526 imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER -u user:secret
28 <file name="%LOGDIR/upload%TESTNUMBER">
50 <upload>
60 </upload>
H A Dtest40120 FTPS PASV upload file
37 <upload>
44 </upload>
H A Dtest40920 FTPS PASV upload file
37 <upload>
44 </upload>
H A Dtest34822 FTP upload file with 552 disk full response
42 <upload>
49 </upload>
H A Dtest61227 …PWD/%LOGDIR/file%TESTNUMBER.txt" sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/upload.%TESTNUMBER --ins…
40 <upload>
42 </upload>
/curl/docs/cmdline-opts/
H A Dupload-file.md4 Long: upload-file
8 Category: important upload
19 - --upload-file "{file1,file2}" $URL
23 # `--upload-file`
44 You can specify one --upload-file for each URL on the command line. Each
45 --upload-file + URL pair specifies what to upload and to where. curl also
46 supports globbing of the --upload-file argument, meaning that you can upload
/curl/docs/libcurl/opts/
H A DCURLOPT_UPLOAD_BUFFERSIZE.md18 CURLOPT_UPLOAD_BUFFERSIZE - upload buffer size
30 Pass a long specifying your preferred *size* (in bytes) for the upload
33 protocols, there is a huge performance benefit of having a larger upload
39 The upload buffer size is by default 64 kilobytes. The maximum buffer size
43 The upload buffer is allocated on-demand - so if the handle is not used for
44 upload, this buffer is not allocated at all.
65 /* ask libcurl to allocate a larger upload buffer */
H A DCURLOPT_UPLOAD.md18 CURLOPT_UPLOAD - data upload
25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_UPLOAD, long upload);
30 The long parameter *upload* set to 1 tells the library to prepare for and
31 perform an upload. The CURLOPT_READDATA(3) and CURLOPT_INFILESIZE(3) or
39 If you use PUT to an HTTP 1.1 server, you can upload data without knowing the
83 /* Set the size of the file to upload */
H A DCURLOPT_MAX_SEND_SPEED_LARGE.md17 CURLOPT_MAX_SEND_SPEED_LARGE - rate limit data upload speed
30 Pass a curl_off_t as parameter with the *maxspeed*. If an upload exceeds
59 /* cap the upload speed to 1000 bytes/sec */
61 /* (set some upload options as well!) */
H A DCURLINFO_CONTENT_LENGTH_UPLOAD_T.md18 CURLINFO_CONTENT_LENGTH_UPLOAD_T - get the specified size of the upload
32 upload. Stores -1 if the size is not known.
46 /* Perform the upload */
H A DCURLINFO_SPEED_UPLOAD_T.md18 CURLINFO_SPEED_UPLOAD_T - get upload speed
31 Pass a pointer to a *curl_off_t* to receive the average upload speed that
32 curl measured for the complete upload. Measured in bytes/second.

Completed in 37 milliseconds

12345678910