Skip to content

Releases: taoyouh/FtpServer

Library 2.1.0

06 Oct 03:38
Compare
Choose a tag to compare

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

17 Oct 08:42
Compare
Choose a tag to compare

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

17 Oct 06:56
Compare
Choose a tag to compare

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

16 Oct 13:18
Compare
Choose a tag to compare
Library 2.0.0-alpha3 Pre-release
Pre-release

Library 2.0.0-alpha2

12 Oct 01:23
Compare
Choose a tag to compare
Library 2.0.0-alpha2 Pre-release
Pre-release

Server 2.0.0-alpha3

27 Sep 14:35
Compare
Choose a tag to compare
Server 2.0.0-alpha3 Pre-release
Pre-release

Portable: run "dotnet ftpserver.dll"
Windows: run "ftpserver.exe"
macOS and Linux: run "./ftpserver"