Proftpd resume upload/download with ISPconfig

Discussion in 'Tips/Tricks/Mods' started by deHakkelaar, Jan 17, 2008.

  1. deHakkelaar

    deHakkelaar New Member

    Edit the proftpd config template file "/root/ispconfig/isp/conf/proftpd_ispconfig.conf.master" to look like this :

    Code:
     
    ###################################
    #
    # ISPConfig proftpd Configuration File
    # Version 1.0
    #
    ###################################
     
    DefaultAddress 127.0.0.1
    <!-- BEGIN DYNAMIC BLOCK: vhost -->
    <VirtualHost {IP}>
       DefaultRoot           ~
       IdentLookups          off
       ServerIdent on "FTP Server ready."
       AllowOverwrite        on
       AllowRetrieveRestart  on
       AllowStoreRestart     on
       Umask                 002
       {ANON_FTP}
    </VirtualHost>
    <!-- END DYNAMIC BLOCK: vhost -->
    
    The 1st time you edit one of the user settings with the ISPconfig admin site , the settings will be stored.
    Just retyping one of your user passwords and save will store the new directives.
     

Share This Page