On Sat, 25 Jun 2005 11:55:37 +0000
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 looking for is something like
> char *ecore_file_download(const char *url)
> 
> (Think grabbing an xml/rss feed, etc)
> 
> Is there currently a way to do this that I am just missing?  If not, could it 
> be added?
> 
> Or would it be possible to pass a url to
> int ecore_file_get_file(char *path) ?
> 
> Thanks,
> Jason
>

I guess you guys just move too quickly for me.  My ecore was out of date:

int ecore_file_download(const char *url, const char *dst,
                                        void (*completion_cb)(void *data,
                                                              const char *file,
                                                              int status),

is in cvs :)


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to