Stop Microsoft

Miscellaneous => Programming & Networking => Topic started by: tsirman on 4 December 2002, 13:59

Title: Problems with making a small server
Post by: tsirman on 4 December 2002, 13:59
Well i have made a sort of file server whosecode is here (http://www.tlspatranet.gr/tsirman/server.c) and now i want to add in this code a parser which will take the requests from a client (client temporarily for me is the command from a terminal "GET /index.html HTTP/1.0") and will pick the "index.html" and after testing that this file is in the disc of this server it will send it to the client maybe with a "write".....Help me please