I was wondering if anyone could point me in the right direction to learn more about writing a FTP Server, i have been looking around at diffrent ones and cant find anything that is as flexiable as i need it to be. I have been working on a CP in PHP for my servers and cant find any server that will allow me to interlace the two (as in making users from the cp, creating the dirs all that fin stuff), so if you know of one please tell me.
Zer0
an FTPd or FTP client?
a FTP Server
So, FTPd.
ya FTPd i forgot the d in my post
If you want to write your own, first read the RFC for FTP. As best I can tell from the RFC index (http://www.ietf.org/iesg/1rfc_index.txt), you want to start with RFC 0959 (http://www.ietf.org/rfc/rfc0959.txt?number=0959).