https://github.com/kedpter/udserver
http server for file transfer(download or upload)
https://github.com/kedpter/udserver
download flask server tool upload
Last synced: 4 months ago
JSON representation
http server for file transfer(download or upload)
- Host: GitHub
- URL: https://github.com/kedpter/udserver
- Owner: kedpter
- License: mit
- Created: 2018-07-06T05:23:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:37:41.000Z (over 3 years ago)
- Last Synced: 2025-11-28T09:29:41.403Z (7 months ago)
- Topics: download, flask, server, tool, upload
- Language: JavaScript
- Homepage:
- Size: 623 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
## Udserver
This is just a simple http server based on flask, which was built to transfer files between machines.
Notice: There's no secrity ensurance between transferring, so please be carefully with your information.
- INSTALL
```
pip install udserver
```
- Run
open a terminal
```bash
# or udserver.exe on windows
udserver
```