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

Re: proftpd



Olá


Ola lista, tenho istalado aqui o proftpd, mas n consigo acesso a ele,
nem com anonymous nem como usuario normal. abaixo segue meu
proftp.conf. Se alguem puder me dar uma dica eu agradeço. Marcos.

Você não consegue acesso a ele como? De uma estação na rede local ou de uma
estação externa (na internet)? Utilizando navegador (qual?) ou clientes de FTP
(qual?)? Experimente descomentar as linhas como está abaixo. Uma boa fonte
de referência é:
http://www.linuxbsd.com.br/phpLinuxBSD/modules/artigos_tecnicos/funcoes_proftpd.html

# A basic anonymous configuration, no upload directories.

<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>

Abração.
 
"Just give them the rope
and they will hang themselves up"
 
Paulo de Souza Lima
Curitiba/PR
Linux User 432358


Novo Yahoo! Cadê? - Experimente uma nova busca.
Reply to: