ftp problems proftpd

hbmmafia

New member
Joined
Jun 5, 2011
Messages
2
no matter what user i make it keeps giving me 530 Login incorrect.
even the admin ftp user i cant use ftp at all
ftp log
ProFTPd [26312] ::ffff:94.214.17.76 [21/Apr/2012:16:23:29 -0600] "USER admin" 331
ProFTPd [28089] ::ffff:94.214.17.76 [21/Apr/2012:16:23:58 -0600] "USER admin" 331
ProFTPd [28345] ::ffff:94.214.17.76 [21/Apr/2012:16:24:03 -0600] "USER admin" 331
ProFTPd [14133] ::ffff:94.214.17.76 [21/Apr/2012:16:41:17 -0600] "USER admin" 331
ProFTPd [14312] ::ffff:94.214.17.76 [21/Apr/2012:16:41:22 -0600] "USER admin" 331
thanks
 
Hello,

Enable paranoid log in /etc/proftpd.conf (uncomment proper line with its mention) and/or look ad /var/log/proftpd/auth.conf

Additionally, try to switch from active to passive mode, or from passive to active mode in your favorite FTP client. And of course make sure 20, 21 TCP is opened in your firewall as well as passive ports.
 
Back
Top