Witam.
Posiadam problem z połączeniem się z serwerem ftp na Debianie 5. Przejrzałem sterty wątków, próbowałem wszystkiego i nic. Z tego tytułu zwracam się do Was, być może ktoś będzie w stanie mi pomóc. Podczas próby zalogowania się na konto ftp otrzymuję komunikat:
Połączenie nawiązanie, oczekiwanie na wiadomość powitalną...
Odpowiedź 220 ProFTPD 1.3.1 Server (Server) [xxx.xxx.xxx]
Polecenie: USER maksio
Odpowiedź 331 Anonymous login ok, send your complete email address as your password
Polecenie: PASS *************
Odpowiedź 530 Login incorrect.
Błąd: Błąd krytyczny
Błąd: Nie można połączyć się z serwerem
## /etc/proftpd/proftpd.conf -- This is a basic ProFTPD configuration file.
# To really apply changes reload proftpd after modifications.
#
Include /etc/proftpd/modules.conf
IdentLookups off
ServerName "Server"
ServerType standalone
DeferWelcome off
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
DisplayLogin welcome.msg
DisplayChdir .message true
ListOptions "-l"
UseIPv6 off
DefaultRoot ~
DenyFilter \./
Port 21
<IfModule mod_dynmasq.c>
# DynMasqRefresh 28800
</IfModule>
MaxInstances 30
# Set the user and group that the server normally runs at.
User proftpd
Group nogroup
Umask 022 022
AllowOverwrite on
TransferLog /var/log/proftpd/xferlog
SystemLog /var/log/proftpd/proftpd.log
<IfModule mod_quotatab.c>
QuotaEngine off
</IfModule>
<IfModule mod_ratio.c>
Ratios off
</IfModule>
<IfModule mod_delay.c>
DelayEngine on
</IfModule>
<IfModule mod_ctrls.c>
ControlsEngine off
ControlsMaxClients 2
ControlsLog /var/log/proftpd/controls.log
ControlsInterval 5
ControlsSocket /var/run/proftpd/proftpd.sock
</IfModule>
<IfModule mod_ctrls_admin.c>
AdminControlsEngine off
</IfModule>
# Ustawienia dla wybranego użytkownika
<Anonymous /var/www/>
User maksio
Group maksio
AnonRequirePassword off
MaxClients 5 "The server is full, hosting %m users"
DisplayLogin welcome.msg
<Limit LOGIN>
Allow from all
Deny from all
</Limit>
AllowOverwrite on
<Limit LIST NLST STOR STOU APPE RETR RNFR RNTO MKD XMKD SITE_MKDIR SITE_CHMOD PWD XPWD SIZE STAT CWD XCWD CDUP XCUP >
AllowAll
</Limit>
<Limit DELE RMD XRMD SITE_RMDIR SITE SITE_CHGRP MTDM >
DenyAll
</Limit>
</Anonymous>
Jakieś sugestie?
Miałeś dostarczyć uzupełnionych informacji a nie krzyczeć.