All Projects → taoyouh → FtpServer

taoyouh / FtpServer

Licence: MIT license
An FTP server program for .NET Core, and its customizable .NET Standard core library

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to FtpServer

Merkurius
Portable Deep Learning Library for .NET
Stars: ✭ 58 (+107.14%)
Mutual labels:  dotnet-standard
LiteNetwork
A simple and fast .NET networking library compatible with .NET Standard 2, .NET 5, 6 and 7.
Stars: ✭ 66 (+135.71%)
Mutual labels:  dotnet-standard
MarkEmbling.PostcodesIO
.NET library for interacting with the excellent Postcodes.io service.
Stars: ✭ 22 (-21.43%)
Mutual labels:  dotnet-standard
ILject
Provides a way which you can load a .NET dll/exe from disk, modify/inject IL, and then run the assembly all in memory without modifying the file.
Stars: ✭ 25 (-10.71%)
Mutual labels:  dotnet-standard
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (+285.71%)
Mutual labels:  dotnet-standard
Merkurius
Portable Deep Learning Library for .NET
Stars: ✭ 1 (-96.43%)
Mutual labels:  dotnet-standard
toolbox
dein ToolBox - C# .Net Library with utilities like: command line, files, log, platform, shell, system, transform and validation [ Win+Mac+Linux ]
Stars: ✭ 46 (+64.29%)
Mutual labels:  dotnet-standard
ShippingRates
.NET wrapper to UPS, FedEx, USPS and DHL shipping rates APIs
Stars: ✭ 23 (-17.86%)
Mutual labels:  dotnet-standard
Pluralize.NET
📘 Pluralize or singularize any English word.
Stars: ✭ 50 (+78.57%)
Mutual labels:  dotnet-standard
covidtrackerapiwrapper
CovidSharp is a crossplatform C# API wrapper for the Coronavirus tracking API (https://github.com/ExpDev07/coronavirus-tracker-api)
Stars: ✭ 11 (-60.71%)
Mutual labels:  dotnet-standard
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-35.71%)
Mutual labels:  dotnet-standard
B2.NET
.NET library for Backblaze's B2 Cloud Storage
Stars: ✭ 63 (+125%)
Mutual labels:  dotnet-standard
AsyncTcpClient
An asynchronous variant of TcpClient and TcpListener for .NET Standard.
Stars: ✭ 125 (+346.43%)
Mutual labels:  dotnet-standard
Nager.Country
Worldwide Country Informations (ISO-3166-1 Alpha2, ISO-3166-1 Alpha3, ISO 639-1)
Stars: ✭ 68 (+142.86%)
Mutual labels:  dotnet-standard
FTP
FTP客户端,服务端
Stars: ✭ 34 (+21.43%)
Mutual labels:  ftp-server
flepper
Flepper is a library to aid in database interaction. 🐸
Stars: ✭ 60 (+114.29%)
Mutual labels:  dotnet-standard
RESTCountries.NET
.NET Standard wrapper library around the API provided by REST Countries https://restcountries.com. The world in .NET 🔥.
Stars: ✭ 33 (+17.86%)
Mutual labels:  dotnet-standard
ReflectionToIL
A demonstration and benchmark of different approaches to load closure fields using reflection and dynamic code generation
Stars: ✭ 30 (+7.14%)
Mutual labels:  dotnet-standard
NetCoreForce
Salesforce REST API toolkit for .NET Standard and .NET Core
Stars: ✭ 77 (+175%)
Mutual labels:  dotnet-standard
NwRfcNet
An easy way of making SAP RFC calls from .NET Core
Stars: ✭ 83 (+196.43%)
Mutual labels:  dotnet-standard

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].