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
- Host: GitHub
- URL: https://github.com/0000xffff/dumpit
- Owner: 0000xFFFF
- License: mit
- Created: 2024-09-04T20:32:29.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-14T20:43:47.000Z (7 months ago)
- Last Synced: 2025-01-19T14:19:01.139Z (4 months ago)
- Topics: flask, http, https, https-server, pyopenssl, python, python3, ssl, transfer-files, uploading, uploading-files
- Language: JavaScript
- Homepage:
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dumpit - simple HTTP(s) file server for uploading files
[](http://www.python.org/download/)
Easily transfer files from a phone to a PC over wifi.

# 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