Hi there
I wan't to use the ProFTPD Addon, but have to change some settings.
First of all, there's maybe a bug in the GUI. I see several options, all without description. See attchament.
Where are these settings saved. Can I edit them on a different way?
I found also the script proftpd.start. Among other things, this is writing the proftpd.passwd file. But where are the users from? Where can I set up users?
Another thing: I wan't an almost read only FTP, with only one root directory.
DefaultRoot ~/videos. In ~/videos I have bind mounts to some external harddrives. This is working. Nice.
But limits don't seem to work. Example:
<Directory ~/Serien1/*>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
Does not work. I can still write or delete files.
Thanks for help.