[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Changing Login path for site admin for ftp
- Subject: [cobalt-users] Changing Login path for site admin for ftp
- From: "Chris Broomall" <cbroomall@xxxxxxxxxxxxxx>
- Date: Thu Apr 4 23:53:12 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On the Sun Cobalt Knowledge Base, Sun says that the following steps can be
used to change the default ftp path for the site admin to
/home/sites/site#/web. Sun says to add the following line to
/etc/proftpd.conf after the DefaultRoot lines toward the top of the file:
DefaultChdir ../../web site-adm
Sun says that the user will then start out in the main web directory for the
virtual site for which they are an admin. THIS DOES NOT HAPPEN.
In /etc/proftpd.conf, I have the following as Sun recommended:
ServerName "ProFTPD"
ServerType inetd
DeferWelcome off
DefaultServer on
DefaultRoot / admin
DefaultRoot ~/../.. site-adm
DefaultRoot ~ !site-adm
DefaultChdir ../../web site-adm
Any assistance would be GREATLY appreciated. Thanks
-Chris Broomall
BITE Internet Technologies