FTP Server written in C# [closed]

2019-02-16 22:54发布

问题:

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

回答1:

You could give this one a try: http://www.codeguru.com/csharp/csharp/cs_network/sockets/article.php/c7409

or

http://www.c-sharpcorner.com/UploadFile/psingh/FTPServerinCSharp11162005015958AM/FTPServerinCSharp.aspx



回答2:

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

Supports FTPS (FTP over SSL) and IPv6



回答3:

Personally I recommend active products maintained by nice companies, such as

http://www.remobjects.com/ip.aspx



标签: c# ftp