Author: sparky Date: Thu Aug 27 17:29:57 2009 New Revision: 10499 Added: toys/rsget.pl/README Log: - incomplete
Added: toys/rsget.pl/README ============================================================================== --- (empty file) +++ toys/rsget.pl/README Thu Aug 27 17:29:57 2009 @@ -0,0 +1,22 @@ + +TODO: +- Write documentation + + +Features: +- Perfect for screen session +- Support for many download services +- Supports multiple network interfaces +- Dead interfaces are kicked out (useful with unreliable vpn tunnels) +- Continues partially downloaded files (if download service allows it) +- Incorporates small HTTP server allowing to check the status of downloads, + and add new links. + +Bugs: +- MicroHTTP freezes whole program if there is an open connection. + + +Command-line options: + -s <PORT> - starts MicroHTTP server at specified port + -i <IF1>,<IF2> - list of network interfaces or IP numbers + <FILENAME> - file to use as link list file (must exist) _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
