HTTP File Sender is part of the Local Web Software 2025 (LWS25) project, designed to send and receive files quickly over a local network using Flask. This tool allows easy file sharing without an internet connection.
✅ Upload and download files via a simple web interface
✅ Works offline on a local network
✅ Supports multiple file types
pkg install python3 git
apt install python3 git
git clone https://github.com/ezaco-dev/HTTP-File-Sender.git
pip install -r requirements.txt
python3 app.py