SimpleFTPManager .Net Core

Overview

Simple FTP Manager is a .NET Core 2.1 based library that allows you to perform basic ftp operations on either Ftp and Sftp it also supports TLS

Features

  • Download file
  • Upload file
  • CreateFolder
  • DeleteFolder
  • Move/Copy File

Requirements

  • .NET Core 2.1
  • SSH.NET(for Sftp connection)

Instructions

  • Instantiate 

To create a ftp connection you can simply use this:

Related