Skip to main content

A pure cli-based download manager

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ploader-0.5.1.tar.gz (11.6 kB view hashes)

Uploaded Source

Built Distribution

ploader-0.5.1-py3.3.egg (35.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page