Re: [E-devel] ecore_file functionallity

2005-06-25 Thread Jason Melbye
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

Re: [E-devel] ecore_file functionallity

2005-06-25 Thread Nathan Ingersoll
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

Re: [E-devel] ecore_file functionallity

2005-06-25 Thread Jason Melbye
> > 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

[E-devel] ecore_file functionallity

2005-06-25 Thread Jason Melbye
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