FTP Connection refused

Discussion in 'Installation/Configuration' started by vibrancy, Sep 6, 2009.

  1. vibrancy

    vibrancy Member

    I keep getting connection refused for ProFTP - and when logged into ISPConfig it says that the FTP Server is not running - I have followed all the directions on the how-to and get no errors, when I do /etc/init.d/pure-ftpd-mysql start I get:

    Code:
    Starting ftp server: Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -u 1000 -E -b -O clf:/var/log/pure-ftpd/transfer.log -A -B
    
    and when I restart /etc/init.d/openbsd-inetd restart I get:

    Code:
    Restarting internet superserver: inetdNot starting internet superserver: no services enabled.
    Not sure what is going on here exactly... any help would be greatly appreciated...
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig uses pure-ftpd and not proftpd. To check if pure-ftpd is running, run:

    netstat -tap | grep ftp
     

Share This Page