I need to implement the HTTP PUT method in C using TCP socket.
Can anyone help me out?
I need to implement the HTTP PUT method in C using TCP socket.
Can anyone help me out?
Look at libcurl especially the example for http put
Or libneon. PUT is in ne_basic.c.