Skip to content

kpj/PLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CLI download manager written in python

Resources

License

Stars

Watchers

Forks

Packages

No packages published