Ol� amigos da lista,

Estou quebrando cabe�a com a configura��o de multi usu�rios na conf do meu ProFTPD
atualmente tenho a seguinte CONF


======================================
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName                      "Server FTP - Petro Amazon"
ServerType                      standalone
DefaultServer                   on

# Port 21 is the standard FTP port.
Port                            21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask                           022

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances                    30

# Set the user and group under which the server will run.
User                            proftpd
Group                           proftpd

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot /var/www/html/teste teste
DefaultRoot /var/www/html/petroamazon.com.br petroamazon
DefaultRoot /var/www/html/eonda.com eonda

# Normally, we want files to be overwriteable.
AllowOverwrite          on
===============================================

Porem n�o consigo apagar nenhuma pasta somente arquivos, quando tento apagar uma pasta diz que ela est� vazia
Por�m em outros Ftp's consigo apagar uma pasta independente de vazia ou n�o.
O que poderia ser isso?


Obrigado,

Bruno_Funny - [EMAIL PROTECTED]
---------------------------------------------------------------------------
Esta lista � patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br

Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br
Regras de utiliza��o da lista: http://linux-br.conectiva.com.br
FAQ: http://www.zago.eti.br/menu.html

Responder a