All Projects → splitbrain → crocofile

splitbrain / crocofile

Licence: GPL-2.0 license
A webbased file upload manager to share files by sharing an account

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to crocofile

Django-WebApp
This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.
Stars: ✭ 285 (+612.5%)
Mutual labels:  file-upload, file-sharing
Updog
Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use http basic auth.
Stars: ✭ 994 (+2385%)
Mutual labels:  file-upload, file-sharing
Ffsend
📬 Easily and securely share files from the command line. A fully featured Firefox Send client.
Stars: ✭ 5,448 (+13520%)
Mutual labels:  file-upload, file-sharing
Filestash
🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
Stars: ✭ 5,231 (+12977.5%)
Mutual labels:  file-upload, file-sharing
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (+97.5%)
Mutual labels:  file-upload, file-sharing
Pomf
Simple file uploading and sharing
Stars: ✭ 535 (+1237.5%)
Mutual labels:  file-upload, file-sharing
Pomfe.co V1
Pomfe.co File Hosting Site Source Code
Stars: ✭ 31 (-22.5%)
Mutual labels:  file-upload, file-sharing
Uguu
Simple lightweight temporary file hosting.
Stars: ✭ 359 (+797.5%)
Mutual labels:  file-upload, file-sharing
Airlift
A self-hosted file upload and sharing service
Stars: ✭ 77 (+92.5%)
Mutual labels:  file-upload, file-sharing
Ffsend Api
📬 A fully featured Firefox Send API client written in Rust.
Stars: ✭ 75 (+87.5%)
Mutual labels:  file-upload, file-sharing
Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+45257.5%)
Mutual labels:  file-upload, file-sharing
Sharry
Sharry is a self-hosted file sharing web application.
Stars: ✭ 170 (+325%)
Mutual labels:  file-upload, file-sharing
Slate
WIP - An open source Filecoin storage and retrieval client that makes it easy to collect, organize, and share data anywhere.
Stars: ✭ 383 (+857.5%)
Mutual labels:  file-upload, file-sharing
Kodexplorer
A web based file manager,web IDE / browser based code editor
Stars: ✭ 5,490 (+13625%)
Mutual labels:  file-upload, file-sharing
Dropit
DropIt is a File Uploader built with nodejs, Upload, get a link, and share your files with anyone easily.
Stars: ✭ 367 (+817.5%)
Mutual labels:  file-upload, file-sharing
Plik
Plik is a scalable & friendly temporary file upload system ( wetransfer like ) in golang.
Stars: ✭ 656 (+1540%)
Mutual labels:  file-upload, file-sharing
SimpleFS
Simple, Portable PHP File-Sharing
Stars: ✭ 1 (-97.5%)
Mutual labels:  file-upload, file-sharing
Efo
EFO是一个基于SpringBoot和Vue构建的文件分享系统,包括文件的上传与下载,文件的权限管理,远程文件管理等功能。
Stars: ✭ 327 (+717.5%)
Mutual labels:  file-upload, file-sharing
Linx Server
Self-hosted file/code/media sharing website. ~~~~~~~~~~~~~~~~~~~ Demo: https://demo.linx-server.net/
Stars: ✭ 1,044 (+2510%)
Mutual labels:  file-upload, file-sharing
Fileshelter
FileShelter is a “one-click” file sharing web application
Stars: ✭ 132 (+230%)
Mutual labels:  file-upload, file-sharing
====== 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 =====

  * Crocodile Icon from the Animal Iconset by Martin Berube http://www.iconarchive.com/show/animal-icons-by-martin-berube/crocodile-icon.html
  * HTML 5 Uploading by Andrew Valums https://github.com/valums/file-uploader
  * HTTP Digest Auth based on work by Paul James http://www.peej.co.uk/projects/phphttpdigest
  * Table sorting by Stuart Langridge http://www.kryogenix.org/code/browser/sorttable/
  * File Icons from the File Icons project http://www.splitbrain.org/projects/file_icons
  * ZIP downloading by Paul Duncan http://pablotron.org/software/zipstream-php/

===== 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.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].