Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embedded FTP Server with C#? [closed]

Is there any open source .NET-based (no Win32 native, ActiveX, COM+ etc) library so I will can easily set up a ftp server? It is going to be a ftp server that will update a SQL Server database, and not regular files.

Thank you.

like image 255
Alon Gubkin Avatar asked Mar 05 '10 14:03

Alon Gubkin


1 Answers

I think it is worth mentioning the Lumisoft.NET library which contains an FTP server component. I haven't used it myself but it appears to meet your requirements (100% managed FTP server library). As a bonus it is free for private and commercial use (similar to LGPL).

like image 103
M.Babcock Avatar answered Oct 21 '22 15:10

M.Babcock