C
cuppett
Guest
Every time I upgrade the base Plesk packages, my proftpd.conf file gets overwritten by a default file.
Behind a firewall, I have to be selective about the ports I allow, and FTP passive mode ports are just as restrictive.
I end up adding the following like to /etc/proftpd.conf every time I update Plesk in order to re-establish my passive ports:
<Global>
DefaultRoot ~ psacln
AllowOverwrite on
PassivePorts 49152 65534
</Global>
I would really like it if the control panel gave more access to FTP level parameters, especially the PassivePorts statement. This statement has to go in the global section, so putting it in an include really isn't an option.
Behind a firewall, I have to be selective about the ports I allow, and FTP passive mode ports are just as restrictive.
I end up adding the following like to /etc/proftpd.conf every time I update Plesk in order to re-establish my passive ports:
<Global>
DefaultRoot ~ psacln
AllowOverwrite on
PassivePorts 49152 65534
</Global>
I would really like it if the control panel gave more access to FTP level parameters, especially the PassivePorts statement. This statement has to go in the global section, so putting it in an include really isn't an option.