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

https://github.com/0000xffff/dumpit

simple HTTP(s) file server for uploading files - transfer files from phone to PC over wifi
https://github.com/0000xffff/dumpit

flask http https https-server pyopenssl python python3 ssl transfer-files uploading uploading-files

Last synced: 2 months ago
JSON representation

simple HTTP(s) file server for uploading files - transfer files from phone to PC over wifi

Awesome Lists containing this project

README

        

# dumpit - simple HTTP(s) file server for uploading files

[![Python 3.12.5](https://img.shields.io/badge/Python-3.12.5-yellow.svg)](http://www.python.org/download/)

Easily transfer files from a phone to a PC over wifi.

![preview](preview/preview.gif)

# Installation
```
./setup-env.sh
./install.sh
```

## Requirements
* flask
* pyopenssl
* flask_sslify

# Running
```
dumpit uploads
```
> uploads - dir name

# Usage
Open the server's IP address in a web browser and begin uploading files.


Example:
* https://127.0.0.1
* https://192.168.1.2