FTP » Historique » Version 3
  Patrice Nadeau, 2014-08-23 16:57 
  
| 1 | 1 | Patrice Nadeau | %{font-size:18pt}FTP% | 
|---|---|---|---|
| 2 | |||
| 3 | ----  | 
||
| 4 | |||
| 5 | {{toc}} | 
||
| 6 | |||
| 7 | Serveur de fichier FTP(File Transfer Protocol)  | 
||
| 8 | |||
| 9 | 3 | Patrice Nadeau | Le logiciel _Pure-FTPd_ est celui choisi.  | 
| 10 | 1 | Patrice Nadeau | |
| 11 | 2 | Patrice Nadeau | Pure-FTPd place ses fichiers dans _/srv/ftp/_.  | 
| 12 | |||
| 13 | 1 | Patrice Nadeau | h1. Installation  | 
| 14 | |||
| 15 | En tant que _root_ :  | 
||
| 16 | <pre><code class="bash">  | 
||
| 17 | # Installation  | 
||
| 18 | zypper install pure-ftpd  | 
||
| 19 | # Active le démarrage automatique  | 
||
| 20 | systemctl enable pure-ftpd  | 
||
| 21 | # Démarrage  | 
||
| 22 | systemctl start pure-ftpd  | 
||
| 23 | # Ouvrir le pare-feu  | 
||
| 24 | yast firewall services add service=service:pure-ftpd zone=EXT  | 
||
| 25 | </code></pre>  | 
||
| 26 | |||
| 27 | h2. Configuration  | 
||
| 28 | |||
| 29 | 2 | Patrice Nadeau | Par défaut  | 
| 30 | 1 | Patrice Nadeau | * 10 utilisateurs peuvent être branchés en même temps  | 
| 31 | 2 | Patrice Nadeau | * l'usager _anonymous_ peut lire le contenu du dossier  |