An open API service indexing awesome lists of open source software.

https://github.com/ezaco-dev/http-file-sender

tools python - HTTP File Sender - LWS25 Project by ezaco (Local Web Software)
https://github.com/ezaco-dev/http-file-sender

ezaco-dev file file-send file-sender file-sharing file-upload flask lws lws25 python-tool python3

Last synced: 2 months ago
JSON representation

tools python - HTTP File Sender - LWS25 Project by ezaco (Local Web Software)

Awesome Lists containing this project

README

        

# HTTP File Sender
# LWS25 📂➡️🌐

### 🎯 About
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.

---

---

## ⚡ Features
✅ Upload and download files via a simple web interface
✅ Works offline on a local network
✅ Supports multiple file types

---

# 🚀 Installation
## 1. Installing Package
- ### On Termux
```bash
pkg install python3 git
```
- ### On Linux

```bash
apt install python3 git
```

---

## 2. Clone the Repository
```bash
git clone https://github.com/ezaco-dev/HTTP-File-Sender.git
```

---

## 3. Install pip packages
```bash
pip install -r requirements.txt
```

---

## 4. Run the Server
```bash
python3 app.py
```