FubarDevelopment / FtpServer

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

Allow TCP binding to all IP addresses #48

Closed PatrickHofman closed 5 years ago

PatrickHofman commented 5 years ago

It might not always be desirable to bind to a specific host name. Sometimes you just want to match to any host name and address. Dropping the default localhost and using IPAddress.Any will allow this.