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)
- Host: GitHub
- URL: https://github.com/ezaco-dev/http-file-sender
- Owner: ezaco-dev
- License: mit
- Created: 2025-03-30T16:08:31.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T16:15:53.000Z (2 months ago)
- Last Synced: 2025-03-30T17:25:05.454Z (2 months ago)
- Topics: ezaco-dev, file, file-send, file-sender, file-sharing, file-upload, flask, lws, lws25, python-tool, python3
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```