Matthew Mullins wrote:
ecore_file_download
dan
If you want to handle the downloaded data yourself rather than save it
to a file, you may find ecore_con_url is more useful.
Ultimately, ecore_file_download will be fixed to use ecore_con_url.
--
Simon Poole
www.appliancestudio.com
--
That will do it, thank you.
--- dan sinclair <[EMAIL PROTECTED]> wrote:
> On Thu, 2005-07-21 at 17:30 -0700, Matthew Mullins
> wrote:
> > Hello,
> >
> > I'm trying to come up with a better way to
> download
> > (weather html in my case) than using wget through
> a
> > system() function. Wheneve
On Thu, 2005-07-21 at 17:30 -0700, Matthew Mullins wrote:
> Hello,
>
> I'm trying to come up with a better way to download
> (weather html in my case) than using wget through a
> system() function. Whenever system() is used, it
> hangs E completely until the function returns. For
> fast connecti
Hello,
I'm trying to come up with a better way to download
(weather html in my case) than using wget through a
system() function. Whenever system() is used, it
hangs E completely until the function returns. For
fast connections, or even if the network is completely
down, you don't notice any pau