https://github.com/r2dev2/filetransfer
A small website I locally host on my network to exchange files from my phone to my laptop.
https://github.com/r2dev2/filetransfer
Last synced: 8 months ago
JSON representation
A small website I locally host on my network to exchange files from my phone to my laptop.
- Host: GitHub
- URL: https://github.com/r2dev2/filetransfer
- Owner: r2dev2
- License: wtfpl
- Created: 2022-02-12T02:12:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T20:12:15.000Z (over 3 years ago)
- Last Synced: 2025-04-07T19:45:25.113Z (12 months ago)
- Language: Python
- Size: 66.4 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FileTransfer
A small website I locally host on my network to exchange files from my phone and other devices to my laptop.

## Usage
Execute the following instructions.
```
python3 -m pip install flask # install prerequisites
gh repo clone r2dev2/FileTransfer # clone the repo
cd FileTransfer # go into the repo
python3 app.py
```
The resulting files will be in `__files__`.