• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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