456 bytes added
, 02:34, 14 January 2011
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