Oliver (formerly "WebShare") is a PHP-based FTP front-end, released under the GPL. It allows people to access files normally only available via FTP, effectively providing users with a complete Web-based file management system that, if SSL is enabled on the Web server, uses a single secure connection. This makes it far simpler to use through a firewall. At present, Oliver has only been tested with ProFTPd and PureFTPd but it should work with many others.
| Tags | Communications File Sharing Internet FTP Office/Business groupware Web Site Management |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Changes: This release adds Czech, Bulgarian, and Japanese translations. Syslog or flat file logging of logins has been added. Files now have "direct links" associated with them. These are simple URLs that reference the file directly and may be distributed to valid users, for example as a link in an email. HTTP authentication is used to validate the users in this case. To aid upgrading, a simple Perl script, updateconf.pl, has been including that helps to migrate config settings.


Changes: Many bugs, including those resulting in PHP warnings, have been fixed. Sessions now have a configurable timeout. More languages were added, so Dutch, English, French, German, and Portuguese (Brazil) are now supported. Extra configuration options were included.


Changes: Language enhancements were made, so the program now supports English, French, German, and Portuguese. You may now allow users to select their desired language upon login. A bug in the file-download code, which could result in exhausting the PHP memory limit, has been fixed.


Changes: A potential security problem with file uploading was fixed. This also prevents the ftp_cache directory from filling with previously uploaded files.


Changes: "ftp_passive" was added as a config option to control whether active or passive mode is used for FTP. A Brazillian Portuguese translation was added.