ok, juz dziala
teraz z kolei nastepny problemik...
nie moge uploadowac na serwer
otrzymuje komunikat 550 premission denied i kropka
w koncie anonymous jest jak byk ze AllowAll i nic
Troche pozmieniany konfig:
ServerType standalone
DefaultServer on
Port 21
Umask 022
MaxInstances 30
User nobody
Group nobody
DefaultRoot /home/ftp/ftp
AllowOverwrite on
<Limit SITE_CHMOD>
ALLOWALL
</Limit>
<Directory /home/ftp/ftp/upload>
<Limit WRITE>
Allow From 192.168.1.30
</Limit>
</Directory>
<Anonymous /home/ftp/ftp>
RequireValidShell off
User mrgr
Group users
AnonRequirePassword off
UserAlias anonymous ftp
MaxClients 10
DisplayLogin welcome.msg
DisplayFirstChdir .message
<Limit WRITE>
AllowAll
</Limit>
</Anonymous>