Hello experts,
I need a little C snippet that writes the contents of a text-file to a URL. Presumably the procedure is something along the lines of:
1. open a socket
2. write the data via HTTP
3. wait for HTTP status OK
4. close the socket
I haven't coded C for a long time. Can someone point me in the right direction here?
Many thanks,
Matt.
Start Free Trial