![]() |
Downloading a file from a URL in C
Hello,
I was wondering if someone could please give me some help in opening a URL in C source code (on Ubuntu). I have to download an XML file from a URL in one of my programs and save it on disk for parsing. Any help would be much appreciated. Thank you very much. |
Re: Downloading a file from a URL in C
On Ubuntu, you can do it using a system call to WGET.
Some thing like : Code: CPP
|
Re: Downloading a file from a URL in C
In case you don't have wget installed or you need some more control over downloading the file, you should use system sockets and look into HTTP RFC.
This is more complex than just executing external programs, but this knowledge will help you in the future anyway. |
| All times are GMT +5.5. The time now is 14:53. |