Howto allow resume with ProFTPD ?

Problem:

You are using ProFTPD but can not resume upload with your FTP Client ? Simply add following lines in your ProFTPD config file

EX:

rev0001:/# vi /etc/proftpd.conf

AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on

Save it with SHIFT + ZZ