Valhalla Legends Archive

Programming => General Programming => Topic started by: Zer0 on October 23, 2006, 12:02 PM

Title: VB.Net FTP Server
Post by: Zer0 on October 23, 2006, 12:02 PM
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
Title: Re: VB.Net FTP Server
Post by: topaz on October 23, 2006, 04:34 PM
an FTPd or FTP client?
Title: Re: VB.Net FTP Server
Post by: Zer0 on October 23, 2006, 09:59 PM
a FTP Server
Title: Re: VB.Net FTP Server
Post by: rabbit on October 24, 2006, 06:06 AM
So, FTPd.
Title: Re: VB.Net FTP Server
Post by: Zer0 on October 26, 2006, 02:29 AM
ya FTPd i forgot the d in my post
Title: Re: VB.Net FTP Server
Post by: Grok on October 27, 2006, 10:17 AM
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).