Hoi,
ne hab nen neuen benutzer angelegt jetzt gehts !?!?!?
jetzt weiss ich aber nicht wie ich die rechte vergabe mache bei den Usern ohne mir umbedingt ein mod per sql zu erstellen.
also bei anonymous sah das bisher so aus bei mir
<Anonymous /home/ftp/anon/>
User ftp
Group ftp
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp
# Limit the maximum number of anonymous logins
MaxClients 7
# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayFirstChdir .message
# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE>
DenyAll
</Limit>
<Directory /home/ftp/anon/>
<Limit STOR READ MKD>
AllowAll
</Limit>
<Limit RMD DELE>
DenyAll
</Limit>
</Directory>
</Anonymous>
wie kann ich das bei den Usern machen ?
Danke für jede Antwort !!
FG rudio