Skip to content

An experimental FTP Server written "from scratch" in C#

Notifications You must be signed in to change notification settings

wuriyanto48/FtpSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTP Sharp (FTP Server)

An experimental FTP Server written from scratch in C#.

status: on going

Based on Spec

Requirements

Build

Non self contained build

$ make build

Self contained build

Linux

$ make build-linux

MacOS

$ make build-osx

Running

Make sure to add config.json param

Non self contained run

$ dotnet build/FtpSharp.Server.dll config.json

Self contained run

$ ./build/FtpSharp.Server config.json

Test with FTP Client

$ ftp localhost 8777

Wuriyanto 2021

About

An experimental FTP Server written "from scratch" in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published