• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

help: cannot access ftp (passive mode)

V

VictorSo

Guest
I am using CentOS 6, plesk 11.0.9.
After installing, I cannot use filezilla to access ftp and show the code as below.

_______________________________________________________________
Command: PWD
Response: 257 "/"
Command: TYPE I
Response: 200
Command: PASV
Error: Disconnected from server: ECONNABORTED - Connection aborted
Error: Failed to retrieve directory listing
_______________________________________________________________


Anyone can help!!!!!
 
Hi Joseph, did you find a solution to your problem? If so, would you please post your solution?
 
thanks for replying so fast. I did disable it like this: /etc/init.d/psa-firewall stop
then checked for iptables like this: /etc/rc.d/init.d/iptables status
and iptables were up. Anyway, I still can't get FTP passive to work on FTP active mode
 
It is now working with unsecured FTP, it still not working with FTP TLS/SSL. The weird thing is it was working until last update: 10.4.4 Update #47

Do iptables need to stay down? They will started next time xinetd starts

Thanks so much for helping
 
Hi, I just remembered I had configured proftpd with this kb: http://kb.parallels.com/en/2207 for TLS support. I also checked to see if the current version: ProFTPD Version 1.3.3e is compiled for mod_tls.c and it is. Something changed and I can't figure it out.
 
RuedigerK, I wanted to let you know after stopping the iptables, I went to psa-firewall and modified one of the rules to get iptables to restart, and everything is now working with FTP-TLS as well. What do you think the problems was? iptables?

Thanks a million for helping
 
Hello,

try to check the load modules of iptables with

nano /etc/sysconfig/iptables-config

check if you have this

IPTABLES_MODULES=""

Bye
 
This is what I have in iptables.config: IPTABLES_MODULES="ip_conntrack_netbios_ns" should the quotation marks be empty?

Thanks for replying!
 
Try to remove it and reload iptables

service iptables restart

Check again if passive mode works or not, otherwise try to add this:

ip_conntrack_ftp

Into the string of iptables and restart again.

Are you into dedicated or into VPS?
 
Vincenzo, I added IPTABLES_MODULES="ip_conntrack_ftp" and restarted iptables, but nothing different happened. Passive FTP works fine with unsecured connections, but I am still having problems with TLS/SSL FTP connections. I get the error of not being able to go into passive mode.
 
Back
Top