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

https://github.com/kuroko1t/pyuploader

uploading file to another server@ grpc
https://github.com/kuroko1t/pyuploader

grpc

Last synced: 12 months ago
JSON representation

uploading file to another server@ grpc

Awesome Lists containing this project

README

          

# pyuploader
Transfer file to another server.
This script using grpc protocol.

feel free to isssue and pull requests

# demo
![demo](https://github.com/kuroko1t/pyuploader/blob/master/doc/howto.gif)

# Usage
waiting file..
```
$python uploader.py -s
```
upload file to waiting server
```
$python uploader.py filename -i 192.168.10.5
```

# Requirement
* python3(>3.5)
* pip

# Install
```
pip install -r require.txt
```

# License
MIT