Skip to content

A PHP script that uses the ftpwho command to display information about an FTP server.

License

Notifications You must be signed in to change notification settings

nixmomo/phpftpwho

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • PHP 89.6%
  • CSS 10.4%