crocofile

A webbased file upload manager to share files by sharing an account

GPL-2.0 License

Stars
44
Committers
4

====== Crocofile ======

Crocofile is a file upload manager to share files by sharing an account. Files can be uploaded and downloaded through the web interface.

===== Requirements =====

  • PHP
  • Apache with mod_rewrite and .htaccess support

===== Setup =====

  • Unzip the zipfile to your PHP enabled website
  • Make sure the webserver can write users.conf.php
  • Edit settings.conf.php to set the directory where files will be stored
  • Visit the uploaded Crocofile in your webbrowser
  • Log in as 'admin' with password 'admin'
  • Change the admin password and add new users

===== Credits =====

===== FAQ =====

:?: How to increase the allowed upload size?

:!: Increase the ''upload_max_filesize'' and ''post_max_size'' values in your php.ini

:?: Can I create groups or let mutliple accounts share an upload space?

:!: No. One account is one upload space. Only the user 'admin' can access all spaces.

:?: Where do I report bugs or feature wishes?

:!: https://github.com/splitbrain/crocofile/issues

:?: Why is it called Crocofile?

:!: I needed a name. It works with files. Crocodile Dundee was on the TV. Go figure.

Related Projects