Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[PROFTPD] 530 Unable to set anonymous privileges
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
NEOxAKIRA
Guru
Guru


Joined: 20 May 2007
Posts: 302
Location: France

PostPosted: Sun Oct 07, 2007 10:11 am    Post subject: [PROFTPD] 530 Unable to set anonymous privileges Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum