Index: [Article Count Order] [Thread]

Date:  Sat, 09 Jun 2007 18:08:54 +0200
From:  Dennis <dennis (at mark) mixfans.org>
Subject:  [coba-e:10042] Re: FTP
To:  coba-e (at mark) bluequartz.org
Message-Id:  <466AD096.2030707 (at mark) mixfans.org>
In-Reply-To:  <E8DD1250498F4BAF8EA8C01C203C5176@pub>
References:  <E8DD1250498F4BAF8EA8C01C203C5176@pub>
X-Mail-Count: 10042

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 $BAB(Brea’ but with the $BAT(Bite admin
>     user’ as well as the $BAP(Bwner user’ being able to upload/delete from
>     each user$BCT(B 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$BCU(B able to add/remove/update files in the .users folders
>     (because of ownership rights).
>
>     Anybody able to suggest a better solution?
>
>     Thanks
>
>     Colin
>