Linux Lite Forums

Software - Support => Tutorials => Topic started by: Scott on August 06, 2014, 10:58:50 PM

Title: Droopy - Simple way to share files
Post by: Scott on August 06, 2014, 10:58:50 PM
I've been playing with this tiny file sharing program called Droopy and thought I'd share it with the community.

Once you start the software anything in the designated share folder will be shared with anything that has a web browser - phones, tablets, other computers, even in Virtualbox between the host and guest OS.

Here's a video describing the program. One note while watching the video. The setup used in the video is NOT the same for Linux Lite. Installation directions are below.
http://youtu.be/J2I0okt7mIU

Website for software
http://stackp.online.fr/?p=28


Installation instuctions for Linux Lite 2

Install Droopy, in a terminal type
Code: [Select]
sudo apt-get install droopy
Run Droopy using the Public folder. Open a terminal and type
Code: [Select]
droopy -d ~/Public --dl
Get the ip address of your machine
network icon in panel > click once > information
example, 192.168.1.100

Open any web browser and go to this address
192.168.1.100:8000

P.S. I'm posting the video and brief directions instead of a complete tutorial. If you have any questions post them here and I'll do my best to answer them.
Title: Re: Droopy - Simple way to share files
Post by: Dookus on August 06, 2014, 11:28:08 PM
Excellent work! For those (Like ME!) who are "over" (just became lazy) command lines, Droopy is available through synaptic.
Title: Re: Droopy - Simple way to share files
Post by: Jerry on August 07, 2014, 01:48:41 AM
Nice share, thank you Scott :)