anonymous ftp without ispconfig

Discussion in 'Installation/Configuration' started by pyro, Apr 23, 2007.

  1. pyro

    pyro New Member

    Hi all!

    i`m using opensuse 10.2 perfect setup with ISPConfig. I want use anonymous ftp different root directory that ISPConfig proftpd_ispconfig.conf. I cant put it to proftpd_ispconfig.conf file becaus when ftp service restarts it makeing new conf file every time. How can i add to proftpd.conf file anonymous ftp login?
    Sorry my poor english.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You can add your changes to the template in /root/ispconfig/isp/conf/.
     
  3. pyro

    pyro New Member

    not working

    i maked lines to /root/ispconfig/isp/conf/proftpd_ispconfig.conf.master

    PHP:
    <VirtualHost IP>
    <
    Anonymous /srvData/ftp>
              
    User                          ftp
              Group                         ftp
              UserAlias                     anonymous ftp
              UserAlias                     guest ftp
              MaxClients                    10 
    "Sorry, max %m users -- try again later"
              
    <Directory /srvData/ftp>
                <
    Limit WRITE>
                  
    DenyAll
                
    </Limit>
              </
    Directory>
              <
    Directory /srvData/ftp/incoming>
                
    Umask                       022
                
    <Limit STOR>
                  
    AllowAll
                
    </Limit>
                <
    Limit READ>
                  
    DenyAll
                
    </Limit>
              </
    Directory>
            </
    Anonymous>
    </
    VirtualHost>
    but its not worrking (Password required for anonymous - login incorrect)
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Do you see your changes in /etc/proftpd_ispconfig.conf? If not, you have to change something in the ISPConfig web interface so that ISPConfig rewrites the configuration files.
     
  5. pyro

    pyro New Member

    aah, now i understand, ispconfig writes second anonymous virtualhost - i replaced my settings first and ispconfig second and all works :)

    sorry poor english
     

Share This Page