[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] RE: FTP server configuration



To make all . files visible I edited /etc/proftpd.conf 
I just added the following to my virtualhost setting for the domain:
  LsDefaultOptions        -a

My virtual host setting now looks like this:

<VirtualHost xxx.xxx.xxx.xxx>
        DefaultRoot             / admin
        DefaultRoot             ~/../.. site-adm
        DefaultRoot             ~ !site-adm   
        AllowOverwrite          on
        DisplayLogin            .ftphelp
        LsDefaultOptions        -a
</VirtualHost>

Tom
crimescene.com