Resume for proftpd

Discussion in 'Feature Requests' started by brent.stephens, Apr 8, 2008.

  1. brent.stephens

    brent.stephens New Member

    Do you think it would be possible to enable this in future releases? Currently I have to edit the /root/ispconfig/isp/conf/proftpd_ispconfig.conf.master to add the following lines:

    Code:
    AllowOverwrite on
    AllowRetrieveRestart on
    AllowStoreRestart on
    I think the ability to resume should be the default behavior, and having to change this with every release will get tiring :)
     
  2. sonoracomm

    sonoracomm New Member

    You might try something like this for now. The customized_templates feature was added quite a while ago for just such issues. I have used it only for BIND configuration, though...YMMV.
    Code:
    cp /root/ispconfig/isp/conf/proftpd_ispconfig.conf.master \
    /root/ispconfig/isp/conf/customized_templates/
    
    vi /root/ispconfig/isp/conf/customized_templates/proftpd_ispconfig.conf.master
    That way, your mods will survive an upgrade.

    G
     

Share This Page