GithubHelp home page GithubHelp logo

kwokroot / droopy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fcremo/droopy

0.0 0.0 0.0 278 KB

Mini Web server that let others upload files to your computer

Home Page: stackp.online.fr/droopy

Python 99.42% Dockerfile 0.58%

droopy's Introduction

Droopy

Easy File Sharing

Fork by Filippo Cremonese (fcremo). I added the --randomize-filenames option and a Dockerfile. Below, the original author Readme.md

Copyright 2008-2013 (c) Pierre Duquesne [email protected] Licensed under the New BSD License. Originally shared at Pierre's Blog, stackp.online.fr.

About

Droopy is a standalone, minimal file-sharing server written in pure Python and designed for simplicity. Originally written to facilitate easy sharing on an ad-hoc basis, it has become central to systems such as Piratebox which extend the concept to offline, social filesharing.

Droopy in the Browser, with a title image

Usage

Note: A tutorial on how to set up Droopy on Windows was very kindly written by Ronan. The rest of this section focuses on Linux and MacOSX.

Droopy is a command-line program. I’ll suppose you’ve downloaded and saved the file in ~/bin/. Go to the directory where you want the uploaded files to be stored, for example:

mkdir ~/uploads
cd ~/uploads 

Then, run droopy. You can give a message and a picture to display:

python3 ~/bin/droopy -m "Hi, it's me Bob. You can send me a file." -p ~/avatar.png

Droopy at the terminal

And it’s up and running on port 8000 of you computer. Check it out at http://localhost:8000, and give your computer’s address to your friends.

Droopy supports a number of other options; try python3 droopy --help for insight. On Linux, droopy can be run directly without specifically calling python3, so you can put droopy into a folder that's in your system PATH variable, such as /usr/bin/ and call it directly: droopy --help.

Feedback and contribution

I’d love to hear about your experience using droopy. If you have ideas to improve it, please let me know. Pierre – [email protected].

droopy's People

Contributors

stackp avatar cathalgarvey avatar fcremo avatar claytonaalves avatar kwokroot 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.