Thanks Dennis - I will have a play around.
Colin
-----Original Message-----
From: Dennis [mailto:dennis (at mark) mixfans.org]
Sent: 09 June 2007 17:09
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:10042] Re: FTP
The only thing I can imagine is that yhou add per site-admin an folder
where he has rights
this is what I did for a special customer of me.
## Folder where the user enters the FTP ##
<Directory /home/sites/domain.ltd.com/users/allow-upload>
## Allow the user with total control ##
## Deny all options for any other user ##
<Limit ALL>
AllowUser ADMIN-USER DenyAll
</Limit>
Thank for me I even changed the settings for the user of that domain so
that they were able to upload but not download
http://www.aroundmyroom.com/scripts/proftpd/proftpd.txt
Maybe this can help.
Tjsak!
Dennis
Arthur Sherman wrote:
> Colin,
> assuming there are lots of sites on that server, this could be
> scripted so it would take the site admin and chown -R site_admin
> /path/to/ .users
> it could be cron script or else.
> please consider plain text in posts - it is nicier.
> Best,
> Arthur
>
>
------------------------------------------------------------------------
> *From:* Colin Jack [mailto:colin (at mark) mainline.co.uk]
> *Sent:* Friday, June 08, 2007 21:01
> *To:* coba-e (at mark) bluequartz.org
> *Subject:* [coba-e:10036] FTP
>
> We have a number of customers wanting to run FTP sites with
> individual users having their own 'area' but with the 'site admin
> user' as well as the 'owner user' being able to upload/delete from
> each user's area. Example: a printer uploading artwork for a
> client to evaluate.
>
> I have set this up using the standard BQ/Centos build but the
> admin isn't able to add/remove/update files in the .users folders
> (because of ownership rights).
>
> Anybody able to suggest a better solution?
>
> Thanks
>
> Colin
>