[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Necesito ayuda con proftpd



Hola
Extracto de /etc/proftpd.conf que permite escribir en /home/ftp/incoming
(ojo, necesitas tambien dar permisos de escritura a otros, y normalmente,
quitar los de lectura, 773 suele ser común):

<Anonymous ~ftp>
  <Limit LOGIN>
    AllowAll
  </Limit>
  User                          ftp
  Group                         nogroup
  UserAlias                     anonymous ftp
  RequireValidShell             off
  MaxClients                    2
  DisplayLogin                  welcome.msg
  DisplayFirstChdir             .message
  <Directory *>
    <Limit WRITE>
      DenyAll
    </Limit>
  </Directory>
  <Directory /home/ftp/incoming>
    <Limit WRITE>
      AllowAll
    </Limit>
</Anonymous>

El 17 Sep 2001 a las 06:08PM +0200, LuisMi escribio:
> Hay alguien por ahi que sepa de proftpd que pueda echarme una mano?
> no soy quien a poner el servidor para que admita 'uploads' en el
> directorio incoming
> 
> -- 
> 
> LuisMi
> 
> --------------------------------------------------------------
> Please answer me in text plain and use spanish if you can/want.
> Also please reply with the original text and subject.
> e-mail powered by Pine
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-spanish-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 

-- 
Quiero dedicar este mensaje a las víctimas del terrible
ataque del 11 de Septiembre de 2001 como mi forma personal
de mostrar la repulsa que siento contra cualquier
manifestación violenta contra cualquier persona en el mundo.

Andres Seco Hernandez    -     AndresSH@alamin.org
MCP ID 445900     -     http://andressh.alamin.org
GnuPG public information:      pub  1024D/3A48C934
E61C 08A9 EBC8 12E4 F363  E359 EDAC BE0B 3A48 C934
--------------------------------------------------
Alamin GSM SMS Gateway   -   http://www.alamin.org
Debian GNU/Linux         -   http://www.debian.org
Grupo de Usuarios de GNU/Linux  de  Guadalajara  y
alrededores  -  http://gulalcarria.sourceforge.net
--------------------------------------------------

Attachment: pgpTlYDLCuHCn.pgp
Description: PGP signature


Reply to: