Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 849 Bytes

README.md

File metadata and controls

60 lines (39 loc) · 849 Bytes

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