FTP Server written in C#

c#, ftp

Solution

http://www.codeproject.com/Articles/380769/Creating-an-FTP-Server-in-Csharp-with-IPv6-Support

Supports FTPS (FTP over SSL) and IPv6

Problem

I stumbled accross this site today http://blogs.msdn.com/joelpob/archive/2004/02/16/74433.aspx which is a C# command line FTP server, unfortunately the download points to the old gotdotnet site which is now closed .. Does anybody know where I could find it, or another FTP Server implementation written in C# ? Thanks

Original source