Reply to Re: curl extension downloads 1 byte only from zip files
Posted by Hilarion on 10/07/71 11:21
> Interestingly I have knocked up a solution using fsockopen which works
> with the data, although I would still prefer to use curl as I am using
> it for other parts of my application.
You may try using curl_setopt with CURLOPT_WRITEFUNCTION and writing
your own function handling data retrieval.