also erstma ein paar infos:
ich habe die verzeichnisstruktur:
Code: Select all
/www/USER/DOMAIN/logsCode: Select all
/www/USERin
Code: Select all
/www/USER/DOMAIN/logsDas würde ja in der proftpd.conf möglich sein, wie z.b. mit
Code: Select all
<Directory ~/DOMAIN/logs>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
Code: Select all
<Directory ~/*/logs>
danke schonmal
