From: Daniel Stenberg Date: Wed, 12 Jun 2002 08:16:59 +0000 (+0000) Subject: CURLOPT_MAXFILESIZE X-Git-Tag: curl-7_9_8~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=943e31b35ce1afa62746d321d6a05763f0aa2a51;p=curl CURLOPT_MAXFILESIZE --- diff --git a/docs/TODO b/docs/TODO index d593cffe3..96c3ce68b 100644 --- a/docs/TODO +++ b/docs/TODO @@ -53,6 +53,10 @@ TODO * Make the built-in progress meter use its own dedicated output stream, and make it possible to set it. Use stderr by default. + * CURLOPT_MAXFILESIZE. Prevent downloads that are larger than the specified + size. CURLE_FILESIZE_EXCEEDED would then be returned. Gautam Mani + requested. + DOCUMENTATION