TODO
 * Start debugging to make sure all clients to connect correctly
 * Implement timeouts and Poll (apr_poll)
 * Make install needs to install mod_ftp.h and DBI providers dbmchroot
 * create a conn_rec for the data connection and bucketbrigades to transfer data
 * finish updating transfer stats, and display full status at quit.
 * Write more login limiter providers (per user, per group, etc..)
 * write DBI confgure check scripts

/* */
ftp_core.c:136: Create ASCII Filter for command output and TYPE A retreival to replace *hack* function 
ftp_core.c:224: Side affect.. stating the dir causes missing chroot to fall back to Docuementroot 
ftp_core.c:363: implement Secure AUTH 
ftp_core.c:439: implement stou (suggested name upload) 
ftp_core.c:443: implement stat 
ftp_core.c:446: Do we need to support ABOR? 
ftp_protocol.c:217: Play with filters in create subreq??? 
ftp_protocol.c:426: Add logoff statistics 
ftp_protocol.c:485: check to make sure this directory actually exists and fall back to chroot dir 
ftp_protocol.c:942: support listing of a file with LIST 
ftp_protocol.c:1021: config: resolve symlinks 
ftp_protocol.c:1028: Retrieve symlink destination 
