# FtpServer **Repository Path**: ldming/FtpServer ## Basic Information - **Project Name**: FtpServer - **Description**: https://github.com/taoyouh/FtpServer.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-28 - **Last Updated**: 2024-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](/Library) ## 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](/Server)