deHakkelaar
17th January 2008, 16:49
Edit the proftpd config template file "/root/ispconfig/isp/conf/proftpd_ispconfig.conf.master" to look like this :
###################################
#
# 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.
###################################
#
# 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.