In order to enable anonymous FTP, pop open your "proftpd.conf" file and add the following code block to it:
# set root directory for anonymous users to /home/ftp
# set the user and group for the server process
User ftp
Group ftp
# alias "anonymous" login to "ftp"
UserAlias anonymous ftp
# restrict "anonymous" users from writing data
DenyAll
LINKS FOR THIS WORK
http://www.devshed.com/c/a/Administration/Professional-File-Transfer-with-proFTPD/
http://www.aerospacesoftware.com/proftpd.html