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
- 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