Hi, I want to know if I can call wget programmatically from c/c++ program. I don't want to use system(wget). That will cause portability issues for me. I would need that to work on all platforms. Since it is not part of any lib*.so I cannot load it dynamically at run time either.
Is there any way in which I can use functions/APIs of wget and call them directly from C/C++ code. Will that work. Can you please suggest. Thanks in advance for the suggestions. Regards, Chitra
