diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-05 11:02:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-05 11:02:11 +0000 |
commit | 359c0eac0ddc8849334e4b05012ec41540892f02 (patch) | |
tree | 2fe55adb5dff5880cdba8efb977fd216383b9f2b /docs/libcurl | |
parent | a53d7848ebf48ee7c8447182dda88447eb170d2b (diff) |
Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT option documented by himself.
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index b88a0ab8f..a4cd9e7de 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -650,6 +650,15 @@ pass FALSE (zero) to this option, it will not try using EPSV, only plain PASV. Pass a long. If the value is non-zero, curl will attempt to create any remote directory that it fails to CWD into. CWD is the command that changes working directory. (Added in 7.10.7) +.TP +.B CURLOPT_FTP_RESPONSE_TIMEOUT +Pass a long. Causes curl to set a timeout period (in seconds) on the amount +of time that the server is allowed to take in order to generate a response +message for a command before the session is considered hung. Note that while +curl is waiting for a response, this value overrides CURLOPT_TIMEOUT. It is +recommended that if used in conjunction with CURLOPT_TIMEOUT, you set +CURLOPT_FTP_RESPONSE_TIMEOUT to a value smaller than CURLOPT_TIMEOUT. +(Added in 7.10.8) .PP .SH PROTOCOL OPTIONS .TP 0.4i |