VSFTPD
Very secure ftp server.
To install
apt-get install vsftpd
To configure got to
/etc/vsftpd.conf
vi /etc/vsftpd.conf
[Optional] Disable Anonymous account by finding the line that says anonymous_enable=YES and make it
anonymous_enable=NO
[Optional] Turn off or on write access (upload access). Find and uncomment the following line:
write_enable=YES
[Optional] Add you banner when people log in. Find and uncomment this #ftpd_banner=Welcome to blah FTP service. line and make it:
ftpd_banner=Welcome to Insomnia FTP service. Enjoy.
[Optional] Allow local users to log in. Uncomment the following line:
local_enable=YES