• 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.

Plesk 11.5 and FTPS

ManuG2k

Basic Pleskian
Hello,
I try Plesk 11.5.30 with Ubuntu Server 12.04.2.

My server is behind a firewall with NAT.
I configure PassivePorts on plesk firewall and on proftpd.conf file.
With non-secure FTP connections all works.
With FTPS (with Filezilla client - explicit FTP over TLS) not work.
I receive this error:

Status: Server sent passive reply with unroutable address. Using server address instead.
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing

Can you help me ?
Manuel
 
I try to insert on proftpd.conf file, before <Global> these lines:

PassivePorts 49152 49252
DefaultAddress internalIP
MasqueradeAddress externalIP


Now, non-secure FTP connection works correctly and my internal IP is hidden.
Secure FTP connection (with Filezilla is explicit FTP over TLS) not work, I receive this error:

Response: 227 Entering Passive Mode (myexternalip).
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing
 
I solved it.
It was a firewall issue.
I create a custum rule with passive port range and now FTP-secure connection works ;)
 
Back
Top