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
- Host: GitHub
- URL: https://github.com/kuroko1t/pyuploader
- Owner: kuroko1t
- License: mit
- Created: 2018-05-01T17:04:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T20:40:52.000Z (over 2 years ago)
- Last Synced: 2025-04-15T19:53:57.658Z (12 months ago)
- Topics: grpc
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

# 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