NEOxAKIRA Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 20 May 2007 Posts: 302 Location: France
|
Posted: Sun Oct 07, 2007 10:11 am Post subject: [PROFTPD] 530 Unable to set anonymous privileges |
|
|
Bonjour,
je n'arrive pas à me connecter à mon serveur ftp Proftpd, voila ce que ça donne sous windows :
Code: |
Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrateur>ftp 10.0.0.100
Connecté à 10.0.0.100.
220 ProFTPD 1.3.1rc2 Server (FTP NeoServ) [::ffff:10.0.0.100]
Utilisateur (10.0.0.100:(none)) : anonymous
331 Anonymous login ok, send your complete email address as your password
Mot de passe :
530-Unable to set anonymous privileges.
530 Login incorrect.
Échec de l'identification.
ftp>
|
voici le résultat de la commande ls -ld ~ftp
Code: |
drwxrwxrwx 3 ftp ftp 4096 Oct 4 22:25 /home/ftp
|
et voici mon fichier /etc/proftpd/proftpd.conf :
Code: |
ServerName "FTP NeoServ"
ServerType standalone
DefaultServer on
RequireValidShell off
AuthPAM on
AuthPAMConfig ftp
RootLogin off
Port 21
Umask 022
User ftp
Group ftp
MaxInstances 5
MaxClientsPerHost 2
AllowOverwrite on
DefaultRoot ~
AccessGrantMsg "Connexion reussie pour %u"
<Anonymous /home/ftp>
User ftp
Group ftp
UserAlias anonymous ftp
AuthAliasOnly on
MaxClients 10 "désolé, au maximum %m connexions !"
RequireValidShell off
AnonRequirePassword off
<Directory /home/ftp>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
<Directory /home/ftp/upload>
<Limit READ>
DenyAll
</Limit>
<Limit STOR>
AllowAll
</Limit>
</Directory>
</Anonymous>
<Anonymous /home/neoakira>
User neoakira
Group ftp
AnonRequirePassword yes
AllowOverwrite on
<Limit STOR READ CWD DELE MKD RNTO RMD RETR>
AllowAll
</Limit>
</Anonymous>
|
Quelqu'un saurait m'aider pour résoudre mon problème SVP ?
Merci |
|