####Urgent help needs re Linux##### i need to write a c protocol under Unix But i havent got time to be fannying about installing linux onto my pc Which live version of Linux would be best to use for writing and compiling C? hurry up and answer as it needs to be in next week
you tell me yeah i reckon that could be a possibility mate the web aint helping me much i have to say
sorry, thats connectionless. stateful: HTTP can occasionally pose problems for Web developers (Web Applications), because HTTP is stateless. The advantage of a stateless protocol is that hosts don't need to retain information about users between requests, but this forces the use of alternative methods for maintaining users' state, for example when a host would like to customize content for a user who has visited before. The common method for solving this problem involves the use of sending and requesting cookies. from http://en.wikipedia.org/wiki/HTTP
Writing your own HTTP or FTP server is possible using the lower-level classes QTcpSocket and QTcpServer Hope this helps This looks helpfull
I'm currently writing something similar, we have a TFTP server with a list command built in, I've got to write a program that can list the files at the server and pick one to download in C++, both for windows and linux.