Bonjour a tous
j'utilise un serveur avec proftpd et je cherche a le configurer pour au moins 2 users 🙂
chaque user restreint dans un repertoire dedié
j'ai suivi 2 trois indications mais rien ne marche
ca par ex:
<Directory /home/yourusername/downloads/custompath>
<Limit STAT LSTAT DIRS READ>
AllowUser user1 </Limit>
</Directory>
<Directory /home/yourusername/downloads/custompath2>
<Limit STAT LSTAT DIRS READ>
AllowUser user2 </Limit>
</Directory>
ou encore
<Limit ALL>
AllowUser user1 user2
DenyAll
</Limit>
<Directory /home/downloads/*>
<Limit STAT LSTAT DIRS READ>
AllowUser user1 user2
</Limit>
</Directory>
je vois pas ou ca cloche
merci a vous pour l'aide