FubarDevelopment / FtpServer

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

Added MaxActiveConnections to Ftp Server options #58

Closed Bocmanis closed 5 years ago

Bocmanis commented 5 years ago

Added a new Property to FtpServerOptions - MaxActiveConnections Default 0 which allows unlimited connections. If value is set and active connection count exceeds allowed, the connection will be closed.

Bocmanis commented 5 years ago

@fubar-coder