18 lines
519 B
Markdown
18 lines
519 B
Markdown
|
# RUpload
|
||
|
|
||
|
## About
|
||
|
Easiest way to upload files to a server.
|
||
|
|
||
|
Since it doesn't have captcha or whatsoever, it's only usable with people you trust on a not listed domain. It's destined for public use, as long the domain isn't listed in a search engine. It has a limitation for file size, so it would never go terribly wrong.
|
||
|
|
||
|
## Installation
|
||
|
```
|
||
|
python3 -m venv .venv
|
||
|
./venv/bin/python -m pip install .
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
```
|
||
|
rupload.serve [host(127.0.0.1)] [port] [destination path for uploads] [max file size in bytes]
|
||
|
```
|