Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
CLI download manager written in python
Python Shell
Branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
aur
bin
ploader
.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.rst
config.yaml
setup.py

README.rst

PLoader

Latest version Travis-CI Number of PyPI downloads

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

Something went wrong with that request. Please try again.