Go to file
2017-07-27 13:53:01 +05:30
README.md Update README.md 2017-07-27 13:53:01 +05:30
tinyfilemanager.gif Added animated screenshots 2017-07-27 10:43:14 +05:30
tinyfilemanager.php Update for Advanced search 2017-07-27 13:49:47 +05:30

Tiny PHP File Manager

Tiny file manager in single php file


H3k | Tiny File Manager

How to use

Download ZIP with latest version from master branch.

Copy tinyfilemanager.php to your website folder and open it with web browser (e.g. http://yoursite/any_path/tinyfilemanager.php).

Default username/password: admin/admin. password has encripted with MD5.

Warning: Please set your own username and password in $auth_users before use.

To enable/disable authentication set $use_auth to true or false.

Features

  • Open Source, light and extremely simple
  • Basic features likes Create, Delete, Modify, View, Download, Copy and Move files
  • Ability to upload multiple files
  • Ability to create folders and files
  • Ability to compress, extract files
  • Support user permissions - based on session
  • Copy direct file URL
  • Edit text file formats using advanced editor with syntax highlight
  • Backup files
  • Advanced Seach
  • lots more...

Source: filemanager(original version) were built by alexantr.
This is an excellent and improved version of the original.