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!