Droopy mini web server: easy file sharing

Moderator: Forum moderators

Post Reply
Labrona
Posts: 7
Joined: Mon Jun 19, 2023 11:25 am
Been thanked: 5 times

Droopy mini web server: easy file sharing

Post by Labrona »

Droopy is a mini Web server whose sole purpose is to let others upload files to your computer.

Look for it here : https://github.com/stackp/Droopy

I found Droopy to be the simplest way to share files between two computers at home. It is also the fastest (i experienced downloads of files up to 70mb/s).

User avatar
Jasper
Posts: 1595
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 676 times
Been thanked: 357 times

Re: droopy _ Easy File Sharing

Post by Jasper »

It requires Python3 to be installed.

Can you let us know which build is required?

Trapster
Posts: 140
Joined: Sat Aug 01, 2020 7:44 pm
Has thanked: 1 time
Been thanked: 37 times

Re: droopy _ Easy File Sharing

Post by Trapster »

I've been running this on my server for years.
Puppy version 4.10

User avatar
Jasper
Posts: 1595
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 676 times
Been thanked: 357 times

Re: droopy _ Easy File Sharing

Post by Jasper »

@Trapster

Did you run this application on your Puppy version 4.10 ??

AFAIK there was no Python available on earlier builds :?:

Image

Trapster
Posts: 140
Joined: Sat Aug 01, 2020 7:44 pm
Has thanked: 1 time
Been thanked: 37 times

Re: droopy _ Easy File Sharing

Post by Trapster »

If python did not come with 4.10 i'm sure I installed it.

Code: Select all

# uname -a
Linux linux_server 2.6.25.16 #1 Tue Aug 26 10:45:53 GMT-8 2008 i686 GNU/Linux
# cat /etc/puppyversion 
410
# python --version
Python 2.7.16

# ps | grep droopy
12041 root       5508 S   tmux new -s droopy -d 
20080 root       2468 S   tmux a -t droopy 
20125 root      43816 S   python /usr/local/bin/droopy 
User avatar
Jasper
Posts: 1595
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 676 times
Been thanked: 357 times

Re: droopy _ Easy File Sharing

Post by Jasper »

@Trapster

Thanks for showing me.

I think I have a Python 2.x SFS file, that might do the job :thumbup:

Post Reply

Return to “Network/Server”