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.
~