A simple, point-to-point / group file sharing solution. For old version, consider branch v1, or find older releases here.
- Share some folder on your system, to be available to other device/group.
- Download from other device / from other peers on the same group.
No. The application is built to click and run.
Your computer should be accessible by your IP address.
This is a problem when you are behind a router, proxy, wifi etc.
For systems on same network & behind proxy, make sure localhost
is not using proxy settings.
There are some geeky methods like port forwarding, you can go for.
- Leave the Group URL field empty, and start sharing.
- You have the link. Copy that link and use it the way you want.
If you are a developer, trying to tinker with it, just install the dependencies from requirements.txt
file.
git clone https://github.com/himanshub16/21lane.git
cd 21lane
virtualenv -p python3 myftp
source myftp/bin/activate
pip3 install -r requirements.txt
python3 21Lane/start.py
You are all set.