• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue FTP Problem: 425 Unable to build data connection: Connection refused

Boris Ortega

New Pleskian
Since last update I'm ubale to connect to FTP, I have tried everything:

root@host2 /etc/apache2 # telnet localhost 21
Trying ::1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 ProFTPD 1.3.5d Server (ProFTPD) [::1]
USER cygtelsac
331 Password required for cygtelsac
PASS ********
230 User cygtelsac logged in
LIST
425 Unable to build data connection: Connection refused
450 LIST: Connection refused

A working proftpd.conf file would help a lot.
 
Please make sure that FTP data Port 20 is not firewalled.
 
hmm... Could you provide logs from FTP-client (e.g. FileZilla), not from telnet because FTP service does use not only 21/tcp port. That's why error "Unable to build data connection".
 
Back
Top