- This topic has 0 replies, 1 voice, and was last updated 16 years, 2 months ago by .
Viewing 0 reply threads
Viewing 0 reply threads
- The forum ‘C Programming’ is closed to new topics and replies.
Home › Forums › C Programming › saving http response in a file
hi! I am having some trouble saving the http get response in a file.
I am using telnet for http get requests. since this is in dos, i want to save the http response in a file. I am at a loss on how to implement this in c language.
do you know of any function or commands in c that i can use to store the response to a file?
I plan to use http get to get the file from a server so that i will have my own copy of the file. I am able to receive successful responses from my http requests but I am at a lost on what command to use to save the response in a file.
thanks for your help!