.net - Component or Source for Running an FTP Server via C# (with SSL) -


I'm surprised by the lack of products to run my own FTP server in the managed code. I'm looking for a product or complete source code to create an FTP server in C # which supports SSL, I need complete control over directory / file handling, rather than just service a file from a local directory.

It looks like what I want. However, when I tried to do this, I got errors connecting to FtpServerSSL sample from FileZilla when SSL enabled. It works perfectly without SSL, so I wrote their support, but I have not heard any response from them yet.

It has never done it yourself, but you can try one of these:

You secure the ports in windows in httpcfg or netsh, not in the app.


Comments