Page 1 of 1
Droopy mini web server: easy file sharing
Posted: Mon Jun 19, 2023 11:41 am
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).
Re: droopy _ Easy File Sharing
Posted: Mon Jun 19, 2023 12:14 pm
by Jasper
It requires Python3 to be installed.
Can you let us know which build is required?
Re: droopy _ Easy File Sharing
Posted: Mon Jun 19, 2023 1:12 pm
by Trapster
I've been running this on my server for years.
Puppy version 4.10
Re: droopy _ Easy File Sharing
Posted: Mon Jun 19, 2023 2:01 pm
by Jasper
@Trapster
Did you run this application on your Puppy version 4.10 ??
AFAIK there was no Python available on earlier builds
Re: droopy _ Easy File Sharing
Posted: Mon Jun 19, 2023 5:28 pm
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
Re: droopy _ Easy File Sharing
Posted: Mon Jun 19, 2023 8:08 pm
by Jasper
@Trapster
Thanks for showing me.
I think I have a Python 2.x SFS file, that might do the job