Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 604 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 604 Bytes

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