GitHub - fubar-coder/CSFtp: A C# FTP Server

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jun 25, 2019. It is now read-only.

CSFtp - A C# FTP Server

This is a modified version of the FTP server developed by David McClarnon. The original article and source can be found here

Changes of my version:

  • Dynamic PASV listener port
  • Made handler processing and sending async
  • Fixed PASV output to something that's understood by most FTP clients
  • Fixed blocking UI when connection is active
  • Fixed UI access from background thread