Proftpd
From Amahi Wiki
Proftpd is a great ftp daemon, and I created a 1-click install for it, but I felt it was incomplete. I could ftp to my user homedirs, but not the shares on a default install. Here's what I came up with to fix that.
- Install proftpd via the hda menu
- Follow the howto at http://wiki.amahi.org/index.php/Mount_Shares_Locally
- edit /etc/proftpd.conf, remove the VRootEngine, and VRootAlias lines
- change the DefaultRoot to /mnt/samba
- service proftpd restart