Searched refs:tries (Results 1 – 20 of 20) sorted by relevance
/curl/docs/examples/ |
H A D | ftpuploadresume.c | 71 const char *localpath, long timeout, long tries) in upload() argument 109 for(c = 0; (r != CURLE_OK) && (c < tries); c++) { in upload()
|
/curl/docs/cmdline-opts/ |
H A D | tftp-blksize.md | 20 size that curl tries to use when transferring data to or from a TFTP
|
H A D | ftp-pasv.md | 25 Passive mode means that curl tries the EPSV command first and then PASV,
|
H A D | http3.md | 32 still tries to proceed with an older HTTP version. The fallback performs the
|
H A D | retry.md | 18 If a transient error is returned when curl tries to perform a transfer, it
|
H A D | key.md | 21 file. For SSH, if not specified, curl tries the following candidates in order:
|
H A D | time-cond.md | 26 as a filename and curl tries to get the modification date (mtime) from that
|
H A D | resolve.md | 37 curl tries to resolve the host as it normally would once the timeout has
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_NUM_CONNECTS.md | 33 connection options of curl_easy_setopt(3) to see how libcurl tries to make
|
H A D | CURLMOPT_PIPELINING.md | 49 If this bit is set, libcurl tries to multiplex the new transfer over an
|
H A D | CURLOPT_DOH_URL.md | 98 tries to resolve a name with it.
|
/curl/docs/libcurl/ |
H A D | curl_multi_fdset.md | 76 is larger than **FD_SETSIZE**, then libcurl tries to not set it. Setting a
|
H A D | libcurl-env.md | 40 falls back and tries the http and https versions instead if set.
|
H A D | libcurl-tutorial.md | 309 libcurl tries to keep a protocol independent approach to most transfers, thus 389 the *%USERPROFILE% environment* variable if *%HOME%* is unset, and tries 1222 work it tries PASV instead. (EPSV is an extension to the original FTP spec
|
H A D | libcurl-security.md | 263 The Windows operating system tries automatically, and without any way for
|
/curl/packages/vms/ |
H A D | build_vms.com | 264 $! the output directory exists, since the clean procedure tries to delete
|
/curl/m4/ |
H A D | curl-compilers.m4 | 1281 dnl code file, when the source code tries to define a 1476 dnl code file, when the source code tries to redefine
|
/curl/docs/ |
H A D | KNOWN_BUGS | 539 detect if a port is already in use, so it tries the first port, uses that and
|
H A D | TODO | 586 "localhost". Currently it tries ::1, but it should also try 127.0.0.1. 614 that libcurl is in fact used even when it tries to impersonate a browser, is
|
H A D | FAQ | 1050 host component, and is taken away. Thus, curl tries to open '/blah.txt'.
|
Completed in 39 milliseconds