FTP Setup
For this project we are going to use VSFTP as it is a more secure product than ProFTPD.
- Install vsftp as root with the following command:
apt-get install vsftpd - Edit the file /etc/vsftpd.conf and make the following changes:
- Change ‘YES’ to ‘NO’ in the line
Anonymous_enable = YES - Uncomment the following lines by removing the #:
#local_enable = = = = the server as root to load the new settings with/etc/init.d/vsftpd restart
- Change ‘YES’ to ‘NO’ in the line

May 10, 2008
Leave a Reply