From: Daniel Stenberg Date: Tue, 26 Sep 2006 10:38:24 +0000 (+0000) Subject: Armel Asselin's fix for the RESUME_FROM docu X-Git-Tag: curl-7_16_0~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d569693f24886d1d76884ae26da8f644114e9882;p=thirdparty%2Fcurl.git Armel Asselin's fix for the RESUME_FROM docu --- diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 5e11cf38ca..ad05827468 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -973,7 +973,9 @@ techniques). Pass a NULL to this option to disable the use of ranges. .IP CURLOPT_RESUME_FROM Pass a long as parameter. It contains the offset in number of bytes that you want the transfer to start from. Set this option to 0 to make the transfer -start from the beginning (effectively disabling resume). +start from the beginning (effectively disabling resume). For FTP, set this +option to -1 to make the transfer start from the end of the target file +(useful to continue an interrupted upload). .IP CURLOPT_RESUME_FROM_LARGE Pass a curl_off_t as parameter. It contains the offset in number of bytes that you want the transfer to start from. (Added in 7.11.0)