Author Topic: Filezilla not connecting  (Read 5432 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
Filezilla not connecting
« on: March 22, 2021, 10:20:44 PM »
Filezilla is not connecting with ANY of my cwp servers.
Listen to everything Pixelpadre says.

Offline
***
Re: Filezilla not connecting
« Reply #1 on: March 23, 2021, 12:14:17 AM »
ssh server shutdown after nightly update.
Listen to everything Pixelpadre says.

Offline
*
Re: Filezilla not connecting
« Reply #2 on: March 23, 2021, 11:07:18 AM »
SSH solution:
In admin panel > CSF Firewall > Firewall configuration add your sshd port in  TCP_IN and TCP_OUT fields.
The restart firewall (csf -r) from the Admin Terminal - Simple Terminal.

Pure-FTPD solution
In console: nano /etc/pure-ftpd/pure-ftpd.conf.
Uncoment PassivePortRange 30000 50000
Uncoment ForcePassiveIp "your static IP address"

Restart pure-ftpd   service pure-ftpd restart


P.S. Don't forget to add 30000:5000 in CSF Configuration (TCP_IN and TCP_out)

In filezilla client , set the FTP Connection to Passive (recommended)
Edit>Settings>FTP>Passive
« Last Edit: March 23, 2021, 11:09:45 AM by Xtended2404 »

Offline
***
Re: Filezilla not connecting
« Reply #3 on: March 23, 2021, 02:41:52 PM »
SSH solution:
In admin panel > CSF Firewall > Firewall configuration add your sshd port in  TCP_IN and TCP_OUT fields.
The restart firewall (csf -r) from the Admin Terminal - Simple Terminal.

Pure-FTPD solution
In console: nano /etc/pure-ftpd/pure-ftpd.conf.
Uncoment PassivePortRange 30000 50000
Uncoment ForcePassiveIp "your static IP address"

Restart pure-ftpd   service pure-ftpd restart


P.S. Don't forget to add 30000:5000 in CSF Configuration (TCP_IN and TCP_out)

In filezilla client , set the FTP Connection to Passive (recommended)
Edit>Settings>FTP>Passive

Yeh....I don't think so.
Listen to everything Pixelpadre says.

Offline
*
Re: Filezilla not connecting
« Reply #4 on: March 23, 2021, 05:19:42 PM »
What does sshd and pure-ftpd error log show?

Offline
*****
Re: Filezilla not connecting
« Reply #5 on: April 02, 2021, 10:05:38 PM »
That is weird, but a lot of servers with CentOS have the problem with SSH stopped.
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Filezilla not connecting
« Reply #6 on: April 28, 2021, 06:05:11 AM »
I dont have this issue at all, maybe it's os specific.