A simple .NET FTP library written entirely in C#, with no external dependencies.
Info
Version: | 1.4.0 |
Author(s): | Nick Briscoe |
Last Update: | Friday, January 19, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sparkeh9/CoreFTP |
NuGet Url: | https://www.nuget.org/packages/CoreFtp |
Install
Install-Package CoreFtp
dotnet add package CoreFtp
paket add CoreFtp
CoreFtp Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.6
- NETStandard.Library(>= 1.6.0)
- Microsoft.Extensions.Caching.Abstractions(>= 1.0.2)
- Microsoft.Extensions.Caching.Memory(>= 1.0.2)
- Microsoft.Extensions.Logging.Abstractions(>= 1.0.2)
- System.Net.NameResolution(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.4.0)
- System.Threading.Tasks(>= 4.3.0)
- System.Net.Security(>= 4.3.1)
- Microsoft.Extensions.Caching.Abstractions(>= 1.0.2)
- Microsoft.Extensions.Caching.Memory(>= 1.0.2)
- Microsoft.Extensions.Logging.Abstractions(>= 1.0.2)
Tags