I have proftpd 1.2.7 Stable , it is not working, my file of configuration has been always the same. What may I to do ?

--
"Je ne voulais qu'essayer de vivre ce qui voulait spontanément surgir
de moi. Pourquoi était-ce si difficile ?(...)"


Hesse.

ServerName                      "georgina"
ServerType                      standalone
DefaultServer                   on
ServerIdent                     off
DeferWelcome                    off
ShowSymlinks                    on
MultilineRFC2228                on
AllowOverwrite                  on
AllowStoreRestart               on

Port                            21

Umask                           022

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     600

MaxInstances                    30

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
LsDefaultOptions                ""

DenyFilter                      \*.*/

User                            nobody
Group                           nogroup

<Directory /*>
<Limit ALL>
 order deny,allow
 allow from     129.104.0.0/16
 allow from     129.168.1.0/24
 allow from     127.0.0.1
</Limit>
Umask   022     022
  AllowOverwrite                on
</Directory>

PersistentPasswd                off

<Anonymous ~ftp>
  User                          ftp
  Group                         ftp

  UserAlias                     anonymous ftp

  MaxClients                    2 "désolé, il y a déjà %m gars conectés, reviens plus 
tard stp"

  MaxClientsPerHost             1 "reste calme, 1 ça suffit"  

  RequireValidShell             on
  HideGroup                     root
  HideNoAccess                  on
  AnonRequirePassword           off

  DisplayLogin                  welcome.msg
  DisplayFirstChdir             .message

  <Limit WRITE>
    DenyAll
  </Limit>

  <Limit LOGIN>
    order deny,allow
    allow from  129.104.0.0/16
    allow from  129.168.1.0/24
    allow from  127.0.0.1    
  </Limit LOGIN>

  <Directory uploads>
  <Limit READ WRITE STOR>
  order deny,allow
  allow from ALL
  </Limit>
  </Directory>
 
</Anonymous>

Reply via email to