Releases: taoyouh/FtpServer
Library 2.1.0
Use NuGet to consume the library: https://www.nuget.org/packages/Zhaobang.FtpServer/2.0.0
2.1.0 release notes:
Supports FTP over TLS (requires implementing interfaces except on .NET Standard 2.1).
Supports tracing user activities.
Server 2.0.0
Portable: run "dotnet ftpserver.dll"
Windows: run "ftpserver.exe"
macOS and Linux: run "./ftpserver"
Note: *nix systems needs sudo to listen at port 21
2.0.0 Release note:
- Use RunConfig.xml for configuration
- Supports IPv4 and IPv6 on default
Library 2.0.0
Use NuGet to consume the library: https://www.nuget.org/packages/Zhaobang.FtpServer/2.0.0
2.0.0 release note:
- Add extensibility for supporting more protocals
- Add support of IPv6
- Support LIST command for a file
- Structure in 1.0.0 are changed for better extensibility
- Bug fix
Library 2.0.0-alpha3
Use NuGet to consume the library at https://www.nuget.org/packages/Zhaobang.FtpServer/2.0.0-alpha3
Library 2.0.0-alpha2
Use NuGet to consume the library at https://www.nuget.org/packages/Zhaobang.FtpServer/2.0.0-alpha2
Server 2.0.0-alpha3
Portable: run "dotnet ftpserver.dll"
Windows: run "ftpserver.exe"
macOS and Linux: run "./ftpserver"