minhhieugma / FtpServer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 100.0%