A pure cli-based download manager
Project description
CLI download manager written in python. It makes use of plowshare (especially plowdown) which handles the link detection.
Installation
Using pip
$ pip install ploader
Using easy_install
$ easy_install ploader
Using pacman (archlinux)
$ yaourt -S python-ploader-git
or
$ mkdir PLoader && cd PLoader/ $ wget https://raw.github.com/kpj/PLoader/master/aur/PKGBUILD $ makepkg $ sudo pacman -U python-ploader-git-*-any.pkg.tar.xz
Usage
Start server on 192.168.2.1, assume it listens on port 50505 (specified in ~/.ploader.conf)
$ ploader
To connect from the same machine, execute
$ nc localhost 50505
or, to connect from a different machine, execute
$ nc 192.168.2.1 50505
A welcome message will show up and display the available commands
Bug Reports
Please submit any bugs you find to https://github.com/kpj/PLoader/issues.
Links
Github: https://github.com/kpj/PLoader
PyPi Homepage: https://pypi.python.org/pypi/ploader
Travis CI: https://travis-ci.org/kpj/PLoader
IRC: #ploader on irc.freenode.net
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ploader-0.5.1.tar.gz
.
File metadata
- Download URL: ploader-0.5.1.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10d009b96d8ae73940a2047d7988918eab49c5ba5e084def51ddb263bf37de4a |
|
MD5 | 239d1117d076edc9abd21be6beb1141a |
|
BLAKE2b-256 | 1e9c0830b69c09507d4e3d4b5bbfb7ddf41e1639b01fd0d4994a4085d2e51ee6 |
File details
Details for the file ploader-0.5.1-py3.3.egg
.
File metadata
- Download URL: ploader-0.5.1-py3.3.egg
- Upload date:
- Size: 35.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f6a05871788c4a39e94b01408d13270905bd4af0fedc9c8560cd8ee9c8c0383 |
|
MD5 | edf8ac77758b9c5d5dec5bf2a2da269a |
|
BLAKE2b-256 | 9f9c62fe0ad3b69c92cb91e3547c6680bc7bbef5f25937ec40c4a45533b91d41 |