Riassunto: Per impostazione predefinita, Plesk consente solo connessioni FTP attive. Per questo alcuni clienti potrebbero non riuscire a connettersi al server tramite FTP. Per ovviare al problema, si consiglia di abilitare l’FTP passivo.

In this topic, you will learn how to enable passive FTP mode in Plesk for Linux.

Per abilitare la modalità FTP passiva in Plesk per Linux:

  1. Accedi al server via SSH come l” utente root.

  2. Crea il file /etc/proftpd.d/55-passive-ports.conf, aggiungi le righe seguenti e salva le modifiche:

    <Global>
    PassivePorts 49152 65535
    </Global>
    
  3. Esegui il seguente comando:

    systemctl restart xinetd
    

Now your Plesk server accepts passive FTP connections. If you have installed the Plesk Firewall and switched on its default configuration, you need to add a firewall rule allowing passive FTP:

  • Direzione: in arrivo

  • Azione: Consenti

  • Porte: TCP 49152-65535

  • Fonti: (qualsiasi host)

    image passive ftp rule