RESUME_FROM: clarify what ftp uploads do
authorDaniel Stenberg <daniel@haxx.se>
Sun, 22 Aug 2010 22:36:11 +0000 (00:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 22 Aug 2010 22:36:11 +0000 (00:36 +0200)
commitcfdc4aca4560ffd71c0f549c4330f82a3b1fe23e
tree9b7cd12f2cfb56080a17ae80f540d63047baa374
parentab6681c2c89ad985984e964c5d121340be011a91
RESUME_FROM: clarify what ftp uploads do

The numerical value passed to CURLOPT_RESUME_FROM for FTP uploads is
interpreted and used as position where to resume the _reading_ of the
local file and it will "blindly" append that data on the remote
file. This was certainly not clear in the docs previously.

Reported by: catalin
Bug: http://curl.haxx.se/bug/view.cgi?id=3048174
docs/libcurl/curl_easy_setopt.3