FubarDevelopment / FtpServer

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

Special case "Any" IP literals in listener #45

Closed ArrowCase closed 5 years ago

ArrowCase commented 5 years ago

To support binding the listener to "any" IP address, added special cases for 0.0.0.0, ::, and *.

Changing the ServerAddress option from a string to an IPAddress, as originally proposed, would have broken existing functionality, and allowing either/or would have been messy.

Fixes #43.

Shinetaku commented 5 years ago

When this issue be published to nuget?

Now remote address is not worked in docker container.

fubar-coder commented 5 years ago

Soon (tm)