zhaobang-ftpserver-nightly - Zhaobang.FtpServer 2.0.0

A package for hosting an FTP server, with authenticating and file managing customizable. Go to project site for usage example or executable version.

PM> Install-Package Zhaobang.FtpServer -Version 2.0.0 -Source https://www.myget.org/F/zhaobang-ftpserver-nightly/api/v3/index.json

Copy to clipboard

> nuget.exe install Zhaobang.FtpServer -Version 2.0.0 -Source https://www.myget.org/F/zhaobang-ftpserver-nightly/api/v3/index.json

Copy to clipboard

> dotnet add package Zhaobang.FtpServer --version 2.0.0 --source https://www.myget.org/F/zhaobang-ftpserver-nightly/api/v3/index.json

Copy to clipboard
<PackageReference Include="Zhaobang.FtpServer" Version="2.0.0" />
Copy to clipboard
source https://www.myget.org/F/zhaobang-ftpserver-nightly/api/v3/index.json

nuget Zhaobang.FtpServer  ~> 2.0.0
Copy to clipboard

> choco install Zhaobang.FtpServer --version 2.0.0 --source https://www.myget.org/F/zhaobang-ftpserver-nightly/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "zhaobang-ftpserver-nightly" -SourceLocation "https://www.myget.org/F/zhaobang-ftpserver-nightly/api/v2"
Install-Module -Name "Zhaobang.FtpServer" -RequiredVersion "2.0.0" -Repository "zhaobang-ftpserver-nightly" 
Copy to clipboard

FtpServer

This repository consists of two projects: the library and the server. The library is an FTP library supporting .NET Standard 1.4 and .NET Standard 2.1. The server is an FTP server written on .NET Core 3.0.

Library

The FTP server library supports .NET Standard 1.4 and .NET Standard 2.1. It can be used in .NET Core and UWP projects. It supports customized authenticator, file provider, and data connection provider.

Readme of Library project

Server

The server is a simple FTP server that utilizes the library. It can be used to test the library, reference as an example, or host a FTP server.

Readme of Server project

2.0.0: 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

  • .NETStandard 1.4
    • NETStandard.Library (>= 1.6.1)
  • .NETStandard 1.4: 1.4.0.0

Owners

Huang, Zhaoquan

Authors

Zhaoquan Huang

Project URL

https://github.com/ZhaobangChina/FtpServer

License

MIT

Tags

FTP

Info

15 total downloads
0 downloads for version 2.0.0
Download (27.66 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.1.3-build36 64.14 KB Sun, 16 Apr 2023 12:44:57 GMT 2
2.1.2-build35 64.11 KB Sun, 16 Apr 2023 12:35:08 GMT 0
2.1.2-build34 64.05 KB Sat, 13 Jun 2020 13:01:49 GMT 13
2.1.0-build33 64.03 KB Sat, 13 Jun 2020 12:29:52 GMT 0
2.1.0-build32 64.03 KB Tue, 14 Apr 2020 05:38:21 GMT 0
2.1.0-build31 64.02 KB Tue, 14 Apr 2020 05:20:35 GMT 0
2.1.0-build30 63.98 KB Tue, 14 Apr 2020 04:14:01 GMT 0
2.1.0-build29 63.86 KB Thu, 03 Oct 2019 08:28:01 GMT 0
2.1.0-build28 62.81 KB Thu, 03 Oct 2019 07:17:46 GMT 0
2.0.1-build28 29.5 KB Thu, 03 Oct 2019 06:53:54 GMT 0
2.0.1-build27 29.61 KB Fri, 08 Dec 2017 09:37:23 GMT 0
2.0.1-build21 28.58 KB Wed, 06 Dec 2017 01:32:36 GMT 0
2.0.1-build20 27.67 KB Sun, 29 Oct 2017 03:17:30 GMT 0
2.0.0 27.66 KB Sun, 29 Oct 2017 03:03:22 GMT 0
2.0.0-build19 27.66 KB Sat, 28 Oct 2017 15:42:12 GMT 0
1.0.0 27.59 KB Sat, 28 Oct 2017 15:27:32 GMT 0