From f2d422235b0bf7dc6e7179143296a5e4abf8b9ed Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 3 Sep 2003 22:02:40 +0000 Subject: Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied. --- include/curl/curl.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/curl/curl.h b/include/curl/curl.h index 96a8b4b11..10ef77ccb 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -29,7 +29,7 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "7.10.7" +#define LIBCURL_VERSION "7.10.8-test2" /* This is the numeric version of the libcurl version number, meant for easier parsing and comparions by programs. The LIBCURL_VERSION_NUM define will @@ -45,7 +45,7 @@ always a greater number in a more recent release. It makes comparisons with greater than and less than work. */ -#define LIBCURL_VERSION_NUM 0x070a07 +#define LIBCURL_VERSION_NUM 0x070a08 #include @@ -678,6 +678,12 @@ typedef enum { Note that setting multiple bits may cause extra network round-trips. */ CINIT(PROXYAUTH, LONG, 111), + /* FPT Option that changes the timeout, in seconds, associated with + getting a response. This is different from transfer timeout time and + essentially places a demand on the FTP server to acknowledge commands + in a timely manner. */ + CINIT(FTP_RESPONSE_TIMEOUT, LONG , 112), + CURLOPT_LASTENTRY /* the last unused */ } CURLoption; -- cgit v1.2.3