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.
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:~#
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.
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.
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?
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.