Proftpd

From Amahi Wiki
Jump to: navigation, search

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.

  1. Install proftpd via the hda menu
  2. Follow the howto at http://wiki.amahi.org/index.php/Mount_Shares_Locally
  3. edit /etc/proftpd.conf, remove the VRootEngine, and VRootAlias lines
  4. change the DefaultRoot to /mnt/samba
  5. service proftpd restart