[bglug] Proftpd e permessi

Andrea Ferrari and_ferrari@virgilio.it
Gio 6 Maggio 2004 15:01:01 CEST


On Tuesday 04 May 2004 10:08, Mc wrote:
> Prova così
>
>   # Limit WRITE everywhere in the anonymous chroot
>   <Limit WRITE>
>     DenyAll
>   </Limit>
>  <Directory incoming/>
>       <Limit STOR CWD MKD>
>         AllowAll
>       </Limit>
>       <Limit READ RMD DELE >
>         DenyAll
>       </Limit>
>  </Directory>
>
> </Anonymous>
Ho applicato alcune delle direttive segnalatemi, ed ora il file è in questa 
versione:

  # An upload directory that allows storing files but not retrieving
  # or creating directories.
  <Directory incoming/>
    <Limit STOR CWD MKD>
      AllowAll
    </Limit>

    <Limit READ RMD DELE>
      DenyAll
    </Limit>
  </Directory>

  <Directory pub/>
    <Limit READ>
      AllowAll
    </Limit>

    <Limit STOR CWD MKD>
      DenyAll
    </Limit>
  </Directory>

</Anonymous>

In Incoming riesco a scrivere, però riesco a vedere sia i file che ho creato, 
sia i file che erano gia presenti nella directory. Provando dei get (anche se 
non sono sicuro al 100% di aver usato la sintassi corretta) mi viene 
segnalato un "Permission Denied".
In Pub invece non riesco nemmeno ad entrare :-(
Queste direttive (es. READ RMD DELE) da applicare al file, dove si trovano?

Ciao, Andrea


Maggiori informazioni sulla lista bglug