anonymous ftp not working

Discussion in 'Installation/Configuration' started by stefan, Apr 21, 2007.

  1. stefan

    stefan New Member

    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
    Code:
    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
     
  2. stefan

    stefan New Member

    I have the problem on two machines, both debian etch.
    The only error.log I can find is
    Code:
     tail -f proftpd.log   
    when I do
    Code:
    grep anonftp /etc/passwd
    

    what is wrong?

    can someone help?

    tia
    stefan
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Is the the ISPConfig proftpd configuration file included at the end of your proftpd.conf file?
     
  4. stefan

    stefan New Member

    solved

    add this:
    Code:
    Include /etc/proftpd_ispconfig.conf
    
    cool :)

    that was it!!! thanks

    stefan
     

Share This Page