folgendes klappt nicht ( speziell der Limit beriech )
# (C) www.proftpd.de
# updated 2003-05-12
# by Stonki
ServerName "assbach"
ServerType standalone
DefaultServer on
RequireValidShell off
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# Note that this ONLY works in standalone mode
MaxInstances 15
# Set the user and group under which the server will run.
User nobody
Group nogroup
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot /webroot/ftp.assbach.de
# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
<Limit READ MKD WRITE STOR CWD>
AllowAll
</Limit>
<Limit RTFR RNTO DELE RMD SITE_CHMOD>
DenyAll
</Limit>
</Directory>
<Global>
AccessGrantMsg /webroot/welcomeFTP.txt
</Global>
ich weiß es nervt und ich hab auch schon viel hier rumgelesen aber ich kriegs nicht hin.
ich kann alles trotzdem löschen usw...
:cry:
das verzeichnis ist auf chmod 777