El Wednesday 29 October 2008 23:52:30 Alberto Morales Fernández escribió:
> hola necesito ayuda con proftpd ,  es que no se bien como poner el usuario
> anonimo, si alguien me pudiera decir se lo agradeceria
>
> saludos
>
> ---------------------------------------
>     Red Telematica de Salud - Cuba
>         CNICM - Infomed
>

Solo descomentas en el fichero de configuracion del proftpd 
(/etc/proftpd/proftpd.conf) algunas líneas dejandolo así:

<Anonymous ~ftp>
User                         ftp
Group                        nogroup

# We want clients to be able to login with “anonymous” as well as “ftp”
UserAlias                    anonymous ftp

# Cosmetic changes, all files belongs to ftp user
DirFakeUser  on ftp
DirFakeGroup on ftp

RequireValidShell            off

# Limit the maximum number of anonymous logins
MaxClients                   10

# We want ‘welcome.msg’ displayed at login, and ‘.message’ displayed
# in each newly chdired directory.
DisplayLogin                 welcome.msg
DisplayFirstChdir            .message

# Limit WRITE everywhere in the anonymous chroot
<Directory *>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
</Anonymous>



Saludos, Juset
---
Administrador del Nodo Provincial de Educación
Centro de Informática y Comunicaciones
Universidad Pedagógica de Camaguey
Telf: (53)(32) 266114

GNU/Linux Debian
Linux user  # 383170
"El tiempo no se gasta, se gasta la vida de quien lo pierde"
_______________________________________________
Cancelar suscripción
https://listas.softwarelibre.cu/mailman/listinfo/linux-l
Buscar en el archivo
http://listas.softwarelibre.cu/buscar/linux-l

Responder a