FubarDevelopment / FtpServer

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

How can I instantiate a simple instance #99

Open martijnhoekstra opened 4 years ago

martijnhoekstra commented 4 years ago

I prefer to do depency injection by passing arguments to constructors. Is there any way to create a new instance of an FTP server by calling the constructor?