Giter VIP home page Giter VIP logo

tiny-dropbox's Introduction

Tiny dropbox (not THAT dropbox ;) script
----------------------------------------
Written by Einar Lielmanis.
Released under the MIT license,
http://www.opensource.org/licenses/mit-license.php
Hack away! Bugs, thanks, suggestions: [email protected]

What is this?

This is a small script intended to give my friends/colleagues an easy
way to send me their files.

Surprisingly, there aren't many ways one can send a bunch of files to
other without too much hassle: even simple ftp upload often is out of
reach ("first, install the filezilla, ..", yeah right).

So, unless the files can be sent by skype or by email, I can put this
folder on my webserver and give other parties its address. They will be
able to upload their files directly, using just a browser.


Requirements

If it runs PHP, it will probably run tiny dropbox as well, regardless of
the setup: the script is quite flexible.


Installation

Put the file into any folder of your web hosting provider.
By visiting the page the first time, you will automatically be logged in
as owner and will be able to customize language, password, etc.

If the script is unable to create the storage folder by itself, it will
complain; in that case you will need to create the folder "files" and
assign sufficient permissions manually.


Specific customizations

I doubt that you will need taht, but to allow your customizations
together with simple upgrades of this script, you can create a file
called config.php and store any overrides there.
Here is an example of the file:

  <?php
  $g_storage_folder = '/var/storage';
  ?>

You can add your own interface languages (via add_language() function)
or change the upload folder from the custom.php: everything else can be
done from the owner settings page.

PHP upload limits

These values in php.ini limit how large files you will be able to
upload:

  upload_max_filesize
  post_max_filesize
  memory_limit

tiny-dropbox's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.