This is an ftp server I wrote for
Villanova University because we needed an FTP server that used an LDAP
server for authentication. I plan on javadocing it soon but I was rushed
to get it done. You will have to implement
edu.villanova.security.IFtpAccount,
edu.villanova.security.ISecurityContext and
edu.villanova.security.ISecurityContextFactory and then include your
edu.villanova.security.ISecurityContextFactory in the config.txt file. I
did not include my implementation of these interfaces because I am not
very happy with them because I was rushing...;) I used the RFCs on FTP to
develop this server. The RFC site that I used was http://www.garlic.com/~lynn/rfcietff.htm
This is a stupid little space shoot'em up game I wrote cause I was bored.