[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] FTP
- Subject: RE: [cobalt-developers] FTP
- From: "Oren Teich" <teich@xxxxxxxxxx>
- Date: Tue Jun 6 11:19:50 2000
-----Original Message-----
Subject: [cobalt-developers] FTP
Hi all,
I was reading the list a while ago and remembered everyone mentioning about
getting site admins to be put in the web folder that allows them to FTP
straight onto their site, skipping the annoying task of moving out of the
user files.
Could anyone please provide a complete set of instructions of how to do
this? I have looked on the KB and the list of messages, but none seem to be
complete!
I am new to RaQ's so I would appreciate an simple set of instructions with
all commands if possible!
Many thanks in advance!
Regards,
Mark Baker
-----------------------------
If all you're looking to do is have the siteadmin dumped in /web instead of
/users/<username>
then just edit /etc/proftpd.conf and change the few lines that read:
DefaultRoot ~/../.. site-adm
to
DefaultRoot ~/../../web/ site-adm
When you add sites you'll need to re-edit the file.
Oren Teich