On Sat, 25 Jun 2005 11:55:37 +
Jason Melbye <[EMAIL PROTECTED]> wrote:
> I am looking for a way to download a file as specified by a url, and have it
> returned to me in code. I see in Ecore_File.h there is
> int ecore_file_download(const char *url, const char *dst_dir)
>
> but what I am l
Take a look at ecore_con_url that Simon just added. It should be close
to what you want.
On 6/25/05, Jason Melbye <[EMAIL PROTECTED]> wrote:
> >
> > Or would it be possible to pass a url to
> > int ecore_file_get_file(char *path) ?
> >
> > Thanks,
> > Jason
> >
>
> Should read:
> char *ecore_file
>
> Or would it be possible to pass a url to
> int ecore_file_get_file(char *path) ?
>
> Thanks,
> Jason
>
Should read:
char *ecore_file_get_file(char *path), but you get the idea :)
---
SF.Net email is sponsored by: Discover Easy Linux Migr
I am looking for a way to download a file as specified by a url, and have it
returned to me in code. I see in Ecore_File.h there is
int ecore_file_download(const char *url, const char *dst_dir)
but what I am looking for is something like
char *ecore_file_download(const char *url)
(Think grabbi