Sharp FTP Server
Author: jpthom@tcainternet.com
Date: 6/25/2004
A. BACKGROUND
The main reason for this FTP service was to prove that incoming upload streams could be replicated to put data real time somewhere else. I took it as a challenging hobby project in order to learn C# and little more about the FTP protocol. The server still has all the other basic FTP functionality, because I copied it from somebody else.
However, Sharp FTP Server is a proof of concept, so:
1. It hasn't been load tested,
2. Hasn't been hardened for security (just notice the config and routerconfig XML files), and
3. Isn't running in the wild (to my knowledge.)
B. INSTALLATION
SEE INSTALL.TXT
C. CONFIGURATION
Provided you install the service correctly, all you need to do is tweak the config.xml file to include the users and home directories you want.
To configure the replication functionality, look at the template routerconfig.xml.
If you still have a hard time, look at the code or email me with any questions.