Info
Version: | 1.0.3 |
Author(s): | nikita.bessarab |
Last Update: | Monday, December 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/FtpWorks |
Install
Install-Package FtpWorks
dotnet add package FtpWorks
paket add FtpWorks
FtpWorks Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It allows you to transfer files from and to your application using FTP protocol.
Example: FtpWorks.Ftp.GetFilesList("server", "login", "password", "ftpFolder");.