Add passive FTP to default Plesk Config and Firewall rule
Right now it's required to add the passive FTP range in the FTP config and then add another firewall rule to let the clients access it.
Please make this default to the FTP config or at least configurable in the server security settings or even in the global FTP settings page.
Thanks!
Firwall rules
Name: z.B Passive FTP-Transfer
Direction: Incoming
Action: Allow
Ports: e.g. 49150 - 65000 TCP (don't use ports below 10000 for security reasons)
File: /etc/proftpd.conf
Between <global> and </global> add the following lines:
PassivePorts 49150 65000
Restart service: service xinetd restart
This functionality was added in Plesk Onyx 17.8.11 MU1. We suggest you to upgrade to Plesk Onyx 17.8.11 MU1 and check it out.
Let us know if you have any feedback
— AY
-
DerDanilo commented
Thanks for implementing. Seems to work fine.
Is it possible to adjust the used passive port range via gui or psa config file?