Droopy is a free and open source mini Web server whose sole purpose is to let others upload files to your computer.
Installation :
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:
python ~/bin/droopy -m "Hi, it's me Bob. You can send me a file." -p ~/avatar.png
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.
NOTE: Droopy is free software distributed under the Python Software Foundation License.
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Brazilian Portuguese translation by Carlos Eduardo Moreira dos Santos and Toony Poony.
· IE layout fix by Carlos Eduardo Moreira dos Santos.
· Galician translation by Miguel Anxo Bouzada.