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

Commit c0cbfcc

Browse files
committed
Create README.md
1 parent 9c89ab4 commit c0cbfcc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CSFtp - [A C# FTP Server](http://www.codeguru.com/csharp/csharp/cs_network/sockets/article.php/c7409/A-C-FTP-Server.htm)
2+
3+
This is a modified version of the FTP server developed by David McClarnon.
4+
The original article and source can be found [here](http://www.codeguru.com/csharp/csharp/cs_network/sockets/article.php/c7409/A-C-FTP-Server.htm)
5+
6+
# Changes of my version:
7+
8+
* Dynamic PASV listener port
9+
* Made handler processing and sending async
10+
* Fixed PASV output to something that's understood by most FTP clients
11+
* Fixed blocking UI when connection is active
12+
* Fixed UI access from background thread

0 commit comments

Comments
 (0)