[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

proftpd+anonymous



Dzien dobry!
Mam problem z proftpd, a mianowicie nie moge sie zalogowac anonimowo. Dodalem uzytkownika adduser'em ftp (tylko nie wiem jakie haslo powino byc), a plik proftpd.conf skonfigurowalem tak:
#Start
ServerName "ProFTPD afro.afraid.org"
ServerAdmin afrodyta85@go2.pl
ServerType standalone
DefaultServer on

Port 21

Umask 022

User afro
Group nogroup

ExtendedLog /var/log/proftp.log
DisplayLogin .welcome
MaxInstances 30
MaxLoginAttempts 5
MaxClients 30 "**** Zbyt duza liczba polaczen ******"
MaxClientsPerHost 2 "***** Za duzo polaczen z jednego adresu IP *****"

<Directory /*>
AllowOverwrite on
</Directory>
#Anonimowe
<Anonymous /mnt/d>
User ftp
Group ftp

UserAlias anonymous ftp

RequireValidShell off

AnonRequirePassword off
DisplayLogin .welcome
MaxClients 30 "**** Zbyt duza liczba polaczen *****"
MaxClientsPerHost 2 "**** Za duzo polaczen z jednego adresu IP ****"

#pub
<Limit WRITE>
DenyAll
</Limit>
#incoming
<Directory incoming>
<Limit READ WRITE>
DenyAll
</Limit>
<Limit STOR>
AllowAll
</Limit>
</Directory>

</Anonymous>
# Koniec konfiga 

Dziekuje za zainteresowanie i prosze o jakies rady.
Wesolych Swiat i jeszcze lepsze Nowego Roku!
--
Piotr Piwko
<afrodyta85@go2.pl>



Reply to: