Home
last modified time | relevance | path

Searched refs:upload (Results 176 – 200 of 236) sorted by relevance

12345678910

/curl/docs/libcurl/opts/
H A DCURLOPT_XFERINFOFUNCTION.md51 expects to upload in this transfer. *ulnow* is the number of bytes
55 you only download data, the upload size remains 0). Many times the callback is
H A DCURLOPT_MIMEPOST.md38 SMTP and IMAP protocols to provide the email data to send/upload.
H A DCURLOPT_INFILESIZE.md41 libcurl do a chunked transfer-encoded upload.
H A DCURLOPT_PUT.md75 /* Set the size of the file to upload */
H A DCURLOPT_HTTPPOST.md63 /* Fill in the file upload field. This makes libcurl load data from
H A DCURLOPT_HTTPHEADER.md40 When used within an IMAP or SMTP request to upload a MIME mail, the given
96 Tells libcurl the upload is to be done using this chunked encoding instead of
/curl/tests/data/
H A Dtest7131 HTTP and -F upload in config file
H A Dtest13157 HTTP file upload
H A Dtest205972 HTTP POST --digest with PUT, resumed upload, modified method, SHA-256 and userhash=true
H A Dtest100172 HTTP POST --digest with PUT and resumed upload and modified method
H A Dtest205872 HTTP POST --digest with PUT, resumed upload, modified method and SHA-256
H A Dtest206073 HTTP POST --digest with PUT, resumed upload, modified method, SHA-512-256 and userhash=false
H A Dtest10537 HTTP file upload
H A Dtest100271 HTTP PUT with Digest auth, resumed upload and modified method, twice
/curl/lib/
H A Dcurl_rtmp.c242 if(data->state.upload) in rtmp_connect()
274 if(data->state.upload) { in rtmp_do()
H A Dfile.c253 if(!data->state.upload && (fd == -1)) { in file_connect()
441 if(data->state.upload) in file_do()
H A Dtftp.c372 if(!data->state.upload) { in tftp_parse_option_ack()
453 if(data->state.upload) { in tftp_send_first()
486 if(data->state.upload && (data->state.infilesize != -1)) in tftp_send_first()
540 if(data->state.upload) { in tftp_send_first()
/curl/docs/examples/
H A D.gitignore37 http2-upload
H A DMakefile.inc58 http2-upload \
/curl/docs/libcurl/
H A Dcurl_formfree.md58 /* Fill in a file upload field */
H A Dcurl_mime_init.md43 send a multi-part email with SMTP or upload such an email to an IMAP server.
H A Dcurl_mime_filename.md71 /* set a file name to make it look like a file upload */
/curl/docs/cmdline-opts/
H A Ddata-urlencode.md9 Category: http post upload
/curl/docs/
H A DKNOWN_BUGS36 4.1 -T /dev/stdin may upload with an incorrect content length
66 7.1 FTP upload fails if remembered directory is deleted
67 7.2 Implicit FTPS upload timeout
139 If an upload using Expect: 100-continue receives an HTTP 417 response, it
223 4.1 -T /dev/stdin may upload with an incorrect content length
237 regular file in this case, and that it can do a non-chunked upload, like it
413 7.1 FTP upload fails if remembered directory is deleted
421 7.2 Implicit FTPS upload timeout
/curl/.github/workflows/
H A Ddistcheck.yml45 - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4

Completed in 76 milliseconds

12345678910