root/ugloo
deeptorrent client api
| Metadata | |
|---|---|
| author | Joris Carrier |
| author_email | joris.carrier@gmail.com |
| classifiers |
|
| description_content_type | text/markdown |
| download_url | https://gitlab.deeptorrent.io/dev/deeptorrent-client/-/archive/v1.3.1/deeptorrent-client-v1.3.1.zip |
Because this project isn't in the mirror_whitelist,
no releases from root/pypi are included.
| File | Tox results | History |
|---|---|---|
|
deeptorrent-client-1.3.1.tar.gz
3 KB
Source
|
|
deeptorrent client API
Usage:
deeptorrent-client put <filename> [--ip=<ip>] [--port=<port>] [--redundancy=<r>] [--split=<s>] [--timeout=<timeout>] [--chunk_size=<chunk_size>]
deeptorrent-client get <info_hash> [--ip=<ip>] [--port=<port>] [--outfile=<outfile>] [--byte_range=<byte_range>]
deeptorrent-client head <info_hash> [--ip=<ip>] [--port=<port>]
deeptorrent-client delete <info_hash> [--ip=<ip>] [--port=<port>]
deeptorrent-client --version
Options:
-h --help Show this screen.
--redundancy=<r> Number of redundancy chunk
--split=<s> Number of split chunk
--timeout=<timeout> Set timeout.
--ip=<ip> Set ip to Deeptorrent Server [default: 127.0.0.1]
--port=<port> Set port to Deeptorrent Server [default: 5555]
--outfile=<outfile> Output File
--chunk_size=<chunk_size> Chunk Size in Byte
--byte_range=<byte_range> Byte range
--version Show version of client