Skip to content

An FTP server program for .NET Core, and its customizable .NET Standard core library

License

Notifications You must be signed in to change notification settings

Quentinb/FtpServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FtpServer

This repository consists of two projects: the library and the server. The library is an FTP library written in .NET Standard 1.4. The server is an FTP server written in .NET Core 2.0.

Library

The library is written in .NET Standard 1.4, it can run on .NET Core and UWP. 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

About

An FTP server program for .NET Core, and its customizable .NET Standard core library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%