myfiles is a Web application that serves as a way to automatically display and allow downloads (or authorized uploads) of files to any selected directory. It can keep counts and optionally record basic information regarding clients who download files. There are some global configuration controls and authorized rights for users who successfully login.
| Tags | admin uploading download manager Web |
|---|---|
| Licenses | GPL |
| Implementation | PHP |
Recent releases


Release Notes: Samples in the myfiles-auth.php file are a bit easier to understand (allows domain=localhost and project=all). A more meaningful error message is provided when the php.ini upload_max_files is too small.


Release Notes: This release replaces the referred_by variable with the originating referrer and logs this. It changes how the compare function for sorting works and makes several other minor changes. It makes the sample authorization file a bit easier to use, and improves how the domain and project settings work.


Release Notes: Many changes to replace deprecated code and become more PHP 5.3 compliant. The ability to control the file note size. The file myfiles-auth.conf can now have comments, and some were added that should help with installation/configuration.


Release Notes: This is the initial release.