Ubuntu Proftpd
Posted on January 31st, 2008 in Tech | 1 Comment »
Had a few issues with speed related to ftp on Proftpd – I changed the following in /etc/proftpd/proftpd.conf . I’m using this on my LAN so I’m not concerned about DOS attacks related to mod_ctrls , you could just disable the mod, but I decided just to change the options.
ControlsEngine on
ControlsMaxClients 2
ControlsLog /var/log/proftpd/controls.log
ControlsInterval 1
ControlsSocket /var/run/proftpd/proftpd.sock
UseReverseDNS Off
IdentLookup Off