Receive Large Files with Droopy

Productivity Sauce
Droopy is a simple Web server which does only one thing: it allows users to upload files to your computer. Useless, right? Wrong. When you need to receive a large file or document, Droopy can really prove its worth. Sure, others can send you a file using one of the many services or utilities that allow you to send large files, but why bother if you can just fire up Droopy and let them upload the file directly to your machine? To make Droopy work on your computer, make sure that you have Python installed on your system, download the droopy script, and make it executable using the chmod +x droopy command. That's it. In the terminal, switch to the directory with the droopy script, and start the server using the to ./droopy command. Point then your browser to http://localhost:8000, and you should see Droopy's default page. If you want to add text or an image to the page, you can do so using the -m and -p options:
./droopy -m "Upload your files here." -p ~/robot.png
You can view other available options using the ./droopy --help command.
Once Droopy is up and running, you can send your IP address to the person who wants to send a file to you. But what if you don't know your IP? Ask Droopy by clicking the Discover the address of this page link on Droopy's default page.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
TuxCare Announces Support for AlmaLinux 9.2
Thanks to TuxCare, AlmaLinux 9.2 (and soon version 9.6) now enjoys years of ongoing patching and compliance.
-
Go-Based Botnet Attacking IoT Devices
Using an SSH credential brute-force attack, the Go-based PumaBot is exploiting IoT devices everywhere.
-
Plasma 6.5 Promises Better Memory Optimization
With the stable Plasma 6.4 on the horizon, KDE has a few new tricks up its sleeve for Plasma 6.5.
-
KaOS 2025.05 Officially Qt5 Free
If you're a fan of independent Linux distributions, the team behind KaOS is proud to announce the latest iteration that includes kernel 6.14 and KDE's Plasma 6.3.5.
-
Linux Kernel 6.15 Now Available
The latest Linux kernel is now available with several new features/improvements and the usual bug fixes.
-
Microsoft Makes Surprising WSL Announcement
In a move that might surprise some users, Microsoft has made Windows Subsystem for Linux open source.
-
Red Hat Releases RHEL 10 Early
Red Hat quietly rolled out the official release of RHEL 10.0 a bit early.
-
openSUSE Joins End of 10
openSUSE has decided to not only join the End of 10 movement but it also will no longer support the Deepin Desktop Environment.
-
New Version of Flatpak Released
Flatpak 1.16.1 is now available as the latest, stable version with various improvements.
-
IBM Announces Powerhouse Linux Server
IBM has unleashed a seriously powerful Linux server with the LinuxONE Emperor 5.
Droopy , unable to use it.
I am using linux ubuntu 11.10 and my friends were using windows at that time. so could this be a problem.
Please help me if you have the answer to this querry, Thanks.
2large2email
RSS feed problem
Thanks for the detailed report. I sent it to our editor, so the problem should be fixed soon. Also, I fixed the "droppy" typo.
Kind regards,
Dmitri
Please feel free to delete earlier comment after fixing
TIA
Ed.
(Edgar D'Souza, edgar.b.dsouza at gmail.com)
RSS feed problem
http://www.linux-magazine.com/rss/feed/productivity_sauce
seem to have only a single slash after http-colon, instead of double slash? When viewing your feed in Google Reader, if I click a feed item's title to view the page, I get a _Google_ 404 error, saying: The page - www.google.co.in/www.linux-magazine.com/online/blogs/productivity_sauce_dmitri_s_open_source_blend_of_productive_computing/receive_large_files_with_droopy - does not exist. (I wanted to read the page on Droopy).
As advised in Google Reader help, I submitted the URL to your RSS feed to http://www.feedvalidator.org/ and they say it is broken "line 9, column 232: link must be a full and valid URL: http:/www.linux-magazine.com/online/blogs/productivity_sauce_dmitri_s_open_source_blend_of_productive_computing/taskpaper_web_ingenious_web_based_task_manager (10 occurrences)"
Note the single slash after http-colon. See http://www.feedvalidator.or...ss%2Ffeed%2Fproductivity_sauce for the full details.
I simply removed www.google.co.in/ from my browser's address bar to arrive at the actual page, but some of your (potential) readers won't do that; they'll just go elsewhere. I'll soon get fed up and do likewise, unsubbing from your otherwise good feed, if I have to go through extra work every time I want to read an article from your feed. Please fix the error. Thanks in advance.
Also (a separate, small issue): the code block in the article mentions "./droppy" instead of "./droopy". Since the article mentions "(D|d)roopy several times, I think this is a typo. Please check and fix.
Regards
Ed.
(Edgar D'Souza, edgar.b.dsouza at gmail.com)
Droopy