hello i have to download a simple .txt file from web in c language.
i have found a way with curl (tut) but now i want to know other ways.
my application should check the content of file and return it.
filecontent:
open
or
closed
Does someone knows any tutorials or codesnippets?
You need a tutorial about sockets and have to look up the HTTP spec. It’s pretty simple.