FubarDevelopment / FtpServer

Portable FTP server written in .NET
http://fubardevelopment.github.io/FtpServer/
MIT License
472 stars 161 forks source link

When implicit mode is enabled, any login fails with NullReferenceException #123

Closed edokan closed 8 months ago

edokan commented 2 years ago

In AuthTlsConfigurator class, code tries to access an instance of IServiceProvidersFeature but fails, since it is not registered in FtpConnection.cs.