[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RE: FTP server configuration
- Subject: [cobalt-users] RE: FTP server configuration
- From: toma <toma@xxxxxxxxx>
- Date: Sun Apr 14 06:35:12 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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