forked from firefly2442/phpftpwho
-
Notifications
You must be signed in to change notification settings - Fork 0
A PHP script that uses the ftpwho command to display information about an FTP server.
License
nixmomo/phpftpwho
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
---phpftpwho--- License: GPLv2 (see license.txt) Installation is pretty simple. Just copy the folder to where you want it in your "www" directory in apache. Now just navigate to your website and that directory. It should come up and display your current stats. If you want to disable the display of your System Uptime, edit the index.php file with your favorite text editor. Find the section at the top of the script that says: $display_system_uptime = true; and change it to: $display_system_uptime = false; *** Note *** Make sure the server name does not have any spaces in it otherwise this script will not correctly parse the information. Thank you Michael for that tip! :)
About
A PHP script that uses the ftpwho command to display information about an FTP server.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 89.6%
- CSS 10.4%