PDA

View Full Version : anonymous ftp not working


stefan
21st April 2007, 21:05
Hello all,
I have a debian etch with the latest ispconfig installed.

I try to connect to ftp site via anonymous and can not log in. The checkbox for that is enabled. I tried with kasablanca (ftp- client) and get
220 FTP Server ready.

USER anonymous

331 Password required for anonymous.

PASS *
530 Login incorrect.


when I try to connect via firefox than a login-box appear.

what is wrong?
Can someone help?

tia
stefan

stefan
22nd April 2007, 16:24
I have the problem on two machines, both debian etch.
The only error.log I can find is tail -f proftpd.log FTP session opened.
Apr 22 15:11:49 kaeptn-nemo proftpd[27799] localhost (10.100.100.2[10.100.100.2]): mod_delay/0.5: delaying for 153 usecs
Apr 22 15:11:50 kaeptn-nemo proftpd[27799] localhost (10.100.100.2[10.100.100.2]): no such user 'anonymous'
Apr 22 15:11:50 kaeptn-nemo proftpd[27799] localhost (10.100.100.2[10.100.100.2]): USER anonymous: no such user found from

when I do
grep anonftp /etc/passwd

web1_anonftp:x:12001:12001::/var/www/web1/ftp:/bin/false



what is wrong?

can someone help?

tia
stefan

till
22nd April 2007, 23:14
Is the the ISPConfig proftpd configuration file included at the end of your proftpd.conf file?

stefan
23rd April 2007, 16:08
Is the the ISPConfig proftpd configuration file included at the end of your proftpd.conf file

add this: Include /etc/proftpd_ispconfig.conf


cool :)

that was it!!! thanks

stefan