How to program a ftp-server
-
I'd like to program a ftp-server. Can anyone tell me, what i have to do in order to set up one? A little bit c++ code or a link would be nice... thanks... FoxHunter
well foxy its not quite so simple unfortunately. "a bit of code ... would be nice..." would amount to a few thousand lines of code at the least. maybe you should research the basic stuff of network programming, multi-threading and the ftp protocol as a good start. its not rocket science in theory but getting a good ftp server that actually works and is scalable, robust and efficient is a bit of an art. :suss: "every year we invent better idiot proof systems and every year they invent better idiots"
-
I'd like to program a ftp-server. Can anyone tell me, what i have to do in order to set up one? A little bit c++ code or a link would be nice... thanks... FoxHunter
"I'd like to build my own B2 bomber, could you please point me to somewhere I can get all the parts for free and tell me how to put them together? Just a short explanation would be nice... thanks..."?
-
"I'd like to build my own B2 bomber, could you please point me to somewhere I can get all the parts for free and tell me how to put them together? Just a short explanation would be nice... thanks..."?
Ok... it wasn't quite that drastic :) Adam cabadam@houston.rr.com