Léa-Linux & amis :   LinuxFR   GCU-Squad   GNU
[proftpd] erreur critique, récuperation de fichiers
Envoyé par: vlotho

Bonjour,

Voilà cette fois j'ai installé un serveur proftpd, mais il y a certaine chose que je ne comprend pas.

j'ai plusieurs utilisateurs. certain fonctionne en local, d'autre, non. et certain ne fonctionne pas du tout ^^ : impossibilité de récupérer les fichiers. il s'affiche bien mais quand on fais un glissé avec filezilla, il met ce message d'erreur :

Citation

Statut : Connexion à 192.168.1.10:21...
Statut : Connexion établie, attente du message d'accueil...
Réponse : 220 ProFTPD 1.3.1 Server (ProFTP@home) [::ffff:192.168.1.10]
Commande : USER ecolevideo
Réponse : 331 Password required for ecolevideo
Commande : PASS ************
Réponse : 230 User ecolevideo logged in
Statut : Connecté
Statut : Démarrage du téléchargement de /index.html
Commande : CWD /
Réponse : 250 CWD command successful
Commande : TYPE A
Réponse : 200 Type set to A
Commande : PASV
Réponse : 227 Entering Passive Mode (192,168,1,10,210,251).
Commande : RETR index.html
Réponse : 550 index.html: No such file or directory
Erreur : Erreur critique

mon fichier proftpd.conf :

Citation

ServerName "ProFTP@home"
ServerType standalone
#ServerType inetd
DefaultServer on
DefaultRoot ~
UseFtpUsers on

<Limit SITE_CHMOD>
DenyAll
</Limit>

Port 21

Umask 022

MaxInstances 30

User nobody
Group nogroup

#PersistentPasswd off

SystemLog /var/log/proftpd.log
TransferLog /var/log/xferlog

<Directory /*>
AllowOverwrite on
</Directory>

<Directory /var/www/htdocs>
<Limit WRITE>
AllowUser vlotho
DenyAll
</Limit>
<Limit READ>
AllowUser vlotho
DenyAll
</Limit>
</Directory>

<Directory /var/www/htdocs/ThereseFansub>
<Limit WRITE>
AllowUser vlotho
AllowUser kattre
DenyAll
</Limit>
<Limit READ>
AllowUser vlotho
AllowUser kattre
DenyAll
</Limit>
</Directory>

<Directory /home/ftp>
<Limit WRITE>
AllowUser vlotho
AllowUser kattre
AllowUser ftp
AllowUser georges
DenyAll
</Limit>
<Limit READ>
AllowUser vlotho
AllowUser kattre
AllowUser ftp
AllowUser georges
DenyAll
</Limit>
</Directory>

<Directory /home/opatik>
<Limit WRITE>
AllowUser vlotho
AllowUser opatik
DenyAll
</Limit>
<Limit READ>
AllowUser vlotho
AllowUser opatik
DenyAll
</Limit>
</Directory>

<Directory /var/www/htdocs/tekinfo>
<Limit WRITE>
AllowUser vlotho
Allowuser ecolevideo
DenyAll
</Limit>
<Limit READ>
AllowUser vlotho
AllowUser ecolevideo
DenyAll
</Limit>
</Directory>

Je ne vois rien d'anormal dans proftpd.log et xferlog


root@SlackWare:~# uname -a
Linux SlackWare 2.6.27.7-smp #2 SMP Thu Nov 20 22:32:43 CST 2008 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux

Poste le Wednesday 3 June 2009 09:47:46
Répondre     Citer    

Veuillez vous authentifier auparavant pour commenter.

 

Ce forum !
[proftpd] erreur critique, récuperation de fichiers
Aide aux utilisateurs de la distribution Slackware et ses dérivées : Slax, Vector

Sauf mention contraire, les documentations publiées sont sous licence Creative-Commons