Index: [Article Count Order] [Thread]

Date:  Sun, 17 Sep 2006 19:26:44 +0200
From:  Dennis <dennis (at mark) mixfans.org>
Subject:  [coba-e:07020] Re: special proftp request
To:  coba-e (at mark) bluequartz.org
Message-Id:  <450D8554.7070803 (at mark) mixfans.org>
In-Reply-To:  <450D6648.2000904 (at mark) mixfans.org>
References:  <450938EF.7040806 (at mark) monostar.net> <D1196185-45D9-4ACA-91AA-FEEFF21EC39C (at mark) alpha.or.jp> <450D199D.5010904 (at mark) monostar.net> <450D6648.2000904 (at mark) mixfans.org>
X-Mail-Count: 07020

in answer to my own question

<Directory /home/sites/domain.xxx.ltd/users/upload>

   <Limit ALL>
     AllowUser master-user
     DenyAll
   </Limit>

   <Limit PWD XPWD CDUP CWD XCWD XCUP LIST PORT PASV MKD>
      AllowAll
    </Limit>

    <Limit STOR STOU>
      AllowAll
    </Limit>

Maybe not perfect but it seems to work ;-)
and useful for others.

Tjsak!
Dennis

Dennis wrote:
> A customer of mine has a special request
>
> he want to have 1 domain with 2 users
> One user is able to download and upload files uploaded to/from the ftp 
> server
> the other user who is uploading is able to see what is uploaded but 
> cannot download.
>
> How can I achieve this with the ProFTP on the BlueQuartz?
>
> Dennis
>