FTP : Installer et configurer un serveur ProFTPd
Table des matières
ProFTPD est un serveur FTP libre. Il permet de transférer des fichiers par Internet ou par le biais d'un réseau informatique local (intranet).
Toute personnes en ayant l'autorisation, peut télécharger et envoyer des fichiers. Il permet la création d'un espace anonyme.
Suivant la distribution, le fichier de configuration s'appelle /etc/proftpd/proftpd.conf ou /etc/proftpd.conf
http://www.linuxtricks.fr/wiki/le-service-ftp-avec-proftpd
Introduction
ProFTPD est un serveur FTP libre. Il permet de transférer des fichiers par Internet ou par le biais d'un réseau informatique local (intranet).
Toute personnes en ayant l'autorisation, peut télécharger et envoyer des fichiers. Il permet la création d'un espace anonyme.
Installation
Calculate Linux
Code BASH :
emerge -avq net-ftp/proftpd
CentOS
Code BASH :
yum install proftpd
Configuration du service ProFTPd
Suivant la distribution, le fichier de configuration s'appelle /etc/proftpd/proftpd.conf ou /etc/proftpd.conf
Calculate Linux
Code BASH :
/etc/init.d/proftpd start rc-update add proftpd default
CentOS
Code BASH :
systemctl start proftpd
systemctl enable proftpd
Fichier de configuration proftpd.conf
http://www.linuxtricks.fr/wiki/le-service-ftp-avec-proftpd