Démarrage serveur FTP proftpd

Bonjour,
Je souhaite installer un serveur FTP afin d’administrer un petit site web sur wordpress
Pour ce faire, j’ai besoin d’un FTP.

J’ai suivi ce tuto => ▷ Installer un serveur FTP sur votre Raspberry Pi
mon soucis est que le serveur proftpd ne veut pas démarrer

lorsque je fais « sudo /etc/init.d/proftpd restart », celui-ci me met un message « failed » en rouge
impossible de démarrer le serveur et donc d’y acceder, quelqu’un pourrait m’aider ?

● proftpd.service - ProFTPD FTP Server
Loaded: loaded (/lib/systemd/system/proftpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2023-05-10 07:14:59 CEST; 4min 44s ago
Process: 2781 ExecStartPre=/usr/sbin/proftpd --configtest -c $CONFIG_FILE (code=exited, status=1/FAILURE)
CPU: 31ms

mai 10 07:14:58 raspberrypi systemd[1]: Starting ProFTPD FTP Server…
mai 10 07:14:59 raspberrypi proftpd[2781]: Checking syntax of configuration file
mai 10 07:14:59 raspberrypi proftpd[2781]: 2023-05-10 07:14:59,023 raspberrypi proftpd[2781]: fatal: unknown configuration directive ‹ DefaultRoot~ › on line 39 of ‹ /etc/proftpd/proftpd.conf ›
mai 10 07:14:59 raspberrypi proftpd[2781]: 2023-05-10 07:14:59,023 raspberrypi proftpd[2781]: fatal: Did you mean: DefaultRoot
mai 10 07:14:59 raspberrypi systemd[1]: proftpd.service: Control process exited, code=exited, status=1/FAILURE
mai 10 07:14:59 raspberrypi systemd[1]: proftpd.service: Failed with result ‹ exit-code ›.
mai 10 07:14:59 raspberrypi systemd[1]: Failed to start ProFTPD FTP Server.
~

Bonjour,
La log d’erreur dit qu’il y a un problème dans le fichier de config /etc/proftpd/proftpd.conf
Ligne 39 il trouve « DefaultRoot~ » (il y a un signe ~) en trop au lieu de « DefaultRoot ».

A+

Bonjour,

Toujours la meme erreur après avoir enlever le caractère.

● proftpd.service - ProFTPD FTP Server
Loaded: loaded (/lib/systemd/system/proftpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2023-05-10 07:38:45 CEST; 14s ago
Process: 2054 ExecStartPre=/usr/sbin/proftpd --configtest -c $CONFIG_FILE (code=exited, status=1/FAILURE)
CPU: 27ms

mai 10 07:38:45 raspberrypi systemd[1]: Starting ProFTPD FTP Server…
mai 10 07:38:45 raspberrypi proftpd[2054]: Checking syntax of configuration file
mai 10 07:38:45 raspberrypi proftpd[2054]: 2023-05-10 07:38:45,579 raspberrypi proftpd[2054]: fatal: DefaultRoot: syntax: DefaultRoot [] on line 39 of ‹ /etc/proftpd/proftpd.conf ›
mai 10 07:38:45 raspberrypi systemd[1]: proftpd.service: Control process exited, code=exited, status=1/FAILURE
mai 10 07:38:45 raspberrypi systemd[1]: proftpd.service: Failed with result ‹ exit-code ›.
mai 10 07:38:45 raspberrypi systemd[1]: Failed to start ProFTPD FTP Server.

bon, j’ai réussi… enfaite il ne faut pas enlever le # devant DefautRoot