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

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.

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.

![iphone demo](./demo.png)

## 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__`.