Home
last modified time | relevance | path

Searched refs:transfers (Results 26 – 50 of 110) sorted by relevance

12345

/curl/docs/cmdline-opts/
H A Dftp-ssl-control.md19 authentication, but non-encrypted data transfers for efficiency. Fails the
H A Dtlsv1.3.md23 includes QUIC-using (HTTP/3) transfers.
H A Dspeed-limit.md7 Help: Stop transfers slower than this
H A Dretry-all-errors.md26 transfers as close as possible to how they were started, but this is not
34 By default curl does not return error for transfers with an HTTP response code
H A Dtls-max.md29 includes QUIC-using (HTTP/3) transfers.
H A Dspeed-time.md24 This option controls transfers (in both directions) but does not affect slow
H A Dno-sessionid.md18 Disable curl's use of SSL session-ID caching. By default all transfers are
H A Dprogress-bar.md23 shows a percentage if the transfer size is known. For transfers without a
H A Ddisable-epsv.md19 Disable the use of the EPSV command when doing passive FTP transfers. Curl
H A Ddisable-eprt.md19 Disable the use of the EPRT and LPRT commands when doing active FTP transfers.
H A Dfail.md22 transfers returning HTTP response codes at 400 or greater.
H A Ddump-header.md34 Having multiple transfers in one set of operations (i.e. the URLs in one
/curl/docs/libcurl/opts/
H A DCURLMOPT_MAXCONNECTS.md47 Changing this value when there are transfers in progress is possible, and the
49 does however not close down any active transfers, it simply does not allow new
H A DCURLOPT_BUFFERSIZE.md50 handle no matter how many parallel transfers there are. The buffer remains
51 allocated as long as there are active transfers.
H A DCURLOPT_CRLF.md30 CRLF newlines on transfers. Disable this option again by setting the value to
H A DCURLOPT_FTP_USE_PRET.md32 no effect when using the active FTP transfers mode.
H A DCURLOPT_DNS_USE_GLOBAL_CACHE.md37 cache between transfers.
H A DCURLOPT_SSL_SESSIONID_CACHE.md35 this to 1 to enable it. By default all transfers are done using the cache
H A DCURLOPT_PROXY_TRANSFER_MODE.md33 transfer mode (binary or ASCII) for FTP transfers done via an HTTP proxy, by
/curl/docs/libcurl/
H A Dcurl_pushheader_byname.md53 int *transfers = (int *)clientp;
65 (*transfers)++; /* one more */
H A Dcurl_easy_perform.md44 following transfers, thus making the operations faster, less CPU intense and
51 time. If you want parallel transfers, you must use several curl easy_handles.
H A Dcurl_multi_socket.md37 zero, all transfers are complete/done. Note that when you call
88 occurred on individual transfers even when one of these functions return OK.
H A Dcurl_multi_waitfds.md72 /* get the count of file descriptors from the transfers */
91 /* get wait descriptors from the transfers and put them into array. */
H A Dcurl_multi_info_read.md31 transfers. Messages may include information such as an error code from the
83 through and check if there are any transfers that have completed */
H A Dcurl_global_trace.md36 Calling this function after transfers have been started is undefined. On some
64 Note that log configuration applies only to transfers where debug logging is
92 Involved when transfers are tunneled through an HTTP proxy. "h1-proxy" or

Completed in 24 milliseconds

12345