After you install the new version Kloxo not connect solutions for FTP

Unable to connect FTP client configuration KLOXO panel recently helped found the time to install the Kloxo. After some agonizing finally found a solution in Google ~!

Here is the solution
SSH server login account input ROOT
netstat -an | grep LISTEN
not found 21 port,No wonder the servers will not connect..

Now we only need to configure the next pureftp
Edit pureftp

1、vi /etc/xinetd.d/pureftp delete or comment the original profile,Replaced by the following。

service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/pure-ftpd
server_args = -A -c5000 -C8 -D -fftp -H -I15 -lpuredb:/etc/pure-ftpd/pureftpd.pdb -lunix -L2000:8 -m4 -s -p30000:50000 -U133:022 -u100 -Oclf:/var/log/kloxo/pureftpd.log -g/var/run/pure-ftpd.pid -k99 -Z -Y 1
groups = yes
flags = REUSE
}

Restart ftp

1service xinetd restart

The restart later to login FTP will find that can be a normal landing ~!

Leave a Comment