hi,
I wanted an ftp server allowing anonymous access.
I had to do following
(1)install vsftpd.tcz (server) & inetutils.tcz (give ftp command to try locally)
(2)sudo adduser ftp
sudo chmod a-w /home/ftp
sudo mkdir /home/ftp/all_can_access_this
sudo mount --bind source_directory all_can_access_this
(3)sudo vsftpd /usr/local/etc/vsftpd.conf
BTW , I keep password blank for user 'ftp' .
Can you suggest better alternative or improvements because i grumble about following ?
(a)even in case of anonymous access , you have to create user ftp