FTP » Historique » Version 1
Patrice Nadeau, 2014-08-23 16:52
| 1 | 1 | Patrice Nadeau | %{font-size:18pt}FTP% |
|---|---|---|---|
| 2 | |||
| 3 | ---- |
||
| 4 | |||
| 5 | {{toc}} |
||
| 6 | |||
| 7 | Serveur de fichier FTP(File Transfer Protocol) |
||
| 8 | |||
| 9 | openSUSE inclus 2 logiciels : |
||
| 10 | * ProFTPd |
||
| 11 | * Pure-FTPd |
||
| 12 | |||
| 13 | 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 | Par defaut |
||
| 30 | * 10 utilisateurs peuvent être branchés en même temps |
||
| 31 | * l'usager _anonymous_ peut |