Salut,
voilà je cherche le moyen de, via un script .cgi ou .pl d’afficher le résultat de cette commande unix sur le serveur web :
Voici le résultat sur le shell:
[code]linux~#:pure-ftpwho -w
Pure-FTPd server status html { background-color: #369; } body { background-color: #fff; color: #000; margin: 12px; padding: 8px; border: 2px solid #000; font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 0.8em; } h1 { text-align: center; border-bottom: 1px solid #666; margin: 0.5em 1em; } #ftp-status { text-align: center; } table { margin: 0 auto; } thead th { background-color: #369; color: #fff; } th,td { padding: 0.1em 0.5em; } tr:hover { background-color: #def; }Pure-FTPd server status
PID | Account | Time | State | File name | Remote host | Kbytes | Local host |
---|---|---|---|---|---|---|---|
18365 | glinux | 00:01 | IDLE | localhost.localdomain | localhost.localdomain:21 |
Et voici le résultat sur le navigateur:
Comment faire ?