[ Note ] : This project is no longer maintained , it is advised not to use this software anymore , This project was developed with minimal dependencies in mind however since python 3.13 removes many standard libraries used in this project as mentioned in PEP594 we have decided to sunset this project. Users are advised to use Magic-Wormhole or Onion Share instead. Huge thanks to all contributors for their hard work.
Leaky-lan was a simple file sharing and HTTP server in LAN for windows and Linux systems which have python3 installed. Allows files to be shared in an easy and accessible way through LAN. No file sharing service is needed!
Note: Files shared using this tool is available to each and every device connected to LAN. Don't use on public Networks!
- Easy to use, setup, and maintain
- 100% Open source
- Setup required only on one computer.
- Bidirectional sharing of files possible using new web interface.
When LeakyLAN loads up, you are prompted to choose 1 or 2. 1 allows the service to share files from the computer. 2 allows the service to receive files to the user's computer.
- Interface to Recieve Files to computer : -
From this interface, you can choose a file and have it instantly uploaded to be shared. Various file sizes are supported.
- Interface to Share Files from computer : -
From this interface, you can choose which folder has the file you want shared. The folder will be shared over LAN to each device that is connected.
To Install from PyPI:
Run the following commands in Linux terminal / Windows powershell / command prompt to install :-
pip install leakylan
Then type the following command to get started :-
leakylan
To run program by directly downloading from github refer Instructions here.
- Cannot share files in LAN ,why Leakylan doesnot work ?
This must be due to firewall , either apply proper firewall configuration ( recommended ) or disable it temporarily.
- How to stop sharing files ?
Press Ctrl and C both at same time to terminate LeakyLan.
For contributing to this project refer CONTRIBUTING.md file.