Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 697 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 697 Bytes

Add Downloading Tasks through Aria2 RPC

A CLI tool for adding downloading tasks to Aria2 through RPC.
Useful for Firefox extensions like Flashgot who can customize download utilities.

Implemented in both Go and Python, choose which you like. Note that aria2 comes with its own script (at doc/xmlrpc/aria2rpc under the source file tree of aria2) which implemented the full XML-RPC APIs in Ruby, you might check on that if you need more than just adding download links.

Example

Argument Example:

aria2rpc -cookie 'id=xxx; name=yyy;' \
  -dir /path/to/dest -out filename \
  -rpc http://127.0.0.1:6800/jsonrpc \
  http://example.org/file.zip