Monday, July 27, 2009

How to get webpage (html file) from URL address via C program?

How to get webpage (html file) from URL address via C program (For Linux C complier)?





Could you give me some examples or open source code? thank you very much.

How to get webpage (html file) from URL address via C program?
You can do a man on URI::URL





But I usually call wget. Its a standalone command. There might be a source code available for it. And I think its based on an earlier program called GET (capitalized). I have GET on my linux also so a man GET might get you some info on that one also


No comments:

Post a Comment