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

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)

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
```