I use proftpd with mysql users auth:

/etc/proftpd.conf:
--------------------------------------------------
<Directory /*>
  AllowOverwrite                on
  HideNoAccess
  HideUser      root
  HideGroup  root
  <LIMIT READ>
        IgnoreHidden on
  </LIMIT>
</Directory>

DefaultRoot ~/public_html users,!www

MySQLInfo localhost webuser epf83hjr http_auth
SQLUserTable mysql_auth
SQLUsernameField username
SQLPasswordField passwd
SQLEncryptedPasswords on
--------------------------------------------------

The most important:

DefaultRoot ~/public_html users,!www

permit users (group users) view yours public_html, and no more.
And administrators (group www) can view others dirs.


    Joaquin Ferrero
    [EMAIL PROTECTED]


> -----Mensaje original-----
> De: John F. Davis [mailto:[EMAIL PROTECTED]
> Enviado el: lunes, 17 de julio de 2000 16:55
> Para: debian isp mailing list
> Asunto: secure way for users webpage uploads
>
>
> Hello
>
> What is the most secure way for users to update their webpages?
>
> Currently, I only allow scp and not ftp.  However, scp doesn't allow users to 
> delete
> old files.
>
> John
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>



Reply via email to