ISPConfig shows error ftp server offline, but I can transfer files. I use pure-ftpd. The transfer is quite slow. How can I fix it?
Is your server firewalled, so maybe passive ports are affected? Is your ftp server listening on localhost, too or only on one ip? ISPConfig checks connection to localhost.
Thanks for quick reply. Ports: 21, 50000:51000 are open in firewall. My pure-ftpd.conf looks: TLS 1 PassivePortRange 50000 51000 ForcePassiveIP 195.69.102.1 # IP address/port to listen to (default=all IP and port 21). #Bind 127.0.0.1,21 If I uncomment this line #Bind 27.0.0.1,21 I got an error: (?@?) [ERROR] Unable to start a standalone server: [Address already in use] If #Bind 27.0.0.1,21 is left commented error dissapear, but ISPConfig shows failed to start ftp server. lsof -i tcp:21 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME pure-ftpd 25497 root 4u IPv4 1292046 0t0 TCP zerrow1.zerrow.com:ftp (LISTEN)