Bonjour,

J'essaie désespérément de mettre en place un serveur ftp avec proftpd mais je n'arrive pas à me connecter avec les utilisateur système.

J'ai pris la configuration minimal sur le site de proftpd qui permet cela :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This is a basic ProFTPD configuration file (rename it to 
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.
 
ServerName			"ProFTPD Default Installation"
ServerType			standalone
DefaultServer			on
 
# Port 21 is the standard FTP port.
Port				21
Umask				022
MaxInstances			30
 
# Set the user and group under which the server will run.
User				nobody
Group				nogroup
 
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot ~
 
# Normally, we want files to be overwriteable.
<Directory />
  AllowOverwrite		on
</Directory>
En ajoutant la directive RootLogin on j'arrive a me connecter avec mon compte root mais rien de plus.

Voici ce que j'ai au moment de la connexion ftp :
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD 1.3.0 Server (WidFTP) [91.121.71.118]
Command: USER devwid
Response: 331 Password required for devwid.
Command: PASS ********
Response: 530 Login incorrect.
Error: Could not connect to server
Je suis absolument certains de mon user et mot de passe.

Si quelqu un pourrait éclairer ma lanterne