On 06/23/2010 10:33 PM, Chitra Nanda wrote: > You have mentioned that there is no portable way to use functions of wget. > Is there any platform specific way to do that. If you can suggest ways > to do on > one platform also it will be great. If you can suggest a way of doing it > on Linux, > it will help.
I don't really know, either. I suspect it might be possible using dlopen(); if not, it'll probably require some pretty deep voodoo. You might be better off using something like libcurl and adding the functionality you need on top of that. -- Micah J. Cowan http://micah.cowan.name/
