Pure-FTPD Failed to retrieve directory listing

Discussion in 'Server Operation' started by martin5504, May 18, 2014.

  1. martin5504

    martin5504 Member

    Hello, try to do FTP server with MySQL support as directed http://www.howtoforge.com/virtual-h...ta-and-bandwidth-management-on-debian-squeeze unfortunately I have one problem.

    Thanks for help.
     
  2. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Check your firewall rules. Client is enting passive mode, so more ports than just 21 are needed.
     
  3. martin5504

    martin5504 Member

    And what would it be?
     
  4. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

  5. martin5504

    martin5504 Member

    Yes so I have everything set.
     
  6. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    And what about
    Code:
    iptables -L -n
     
  7. martin5504

    martin5504 Member

    root@martin5504:~# iptables -L -n
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:29799:2989 9
    ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:20
    ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:21
    ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:30000:5000 0

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination
    root@martin5504:~#
     
  8. torusturtle

    torusturtle Member

    I had the same problem with Filezilla.
    Even with the firewall disabled it wouldn't work.
    Luckely I read in an other post that it works well with WinSCP. And indeed I was able to connect without any problems.
     
  9. Yes try to use WinSCp, I also use it for everything.. ssh sftp ftp etc.
    If you rent a server from some hoster, check if you need to configure anything in the firewall there.
     
  10. peterpetr

    peterpetr Member

    After no success with FileZilla, I tried WinSCP. WinSCP did connect with my ISPconfig 3.1 system, but it's default is NOT to use encryption and sends passwords as plain text. If I turn on "use TLS" on port 21 it fails the same way as FileZilla fails.
    Questions: How to get ISPconfig FTP working with TLS encryption?
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Just follow the perfect server guide, it configures pure-ftpd for TLS. So if it does not work on your server, redo all the steps from perfect server tutorial and recreate the SSL cert for pure-ftpd. If this stll does not help, check the syslog and pure-ftpd log files.
     

Share This Page