aria2/doc/xmlrpc
Tatsuhiro Tsujikawa 0001f4cfbd Added --gid option
This option sets GID manually. aria2 identifies each download by the
ID called GID. The GID must be hex string of 16 characters, thus
[0-9a-zA-Z] are allowed and leading zeros must not be stripped. The
GID all 0 is reserved and must not be used. The GID must be unique,
otherwise error is reported and the download is not added.  This
option is useful when restoring the sessions saved using
--save-session option. If this option is not used, new GID is
generated by aria2.
2012-12-16 18:22:13 +09:00
..
aria2mon
aria2rpc Added --gid option 2012-12-16 18:22:13 +09:00
README.txt

This directory contains sample scripts to interact with aria2 via
XML-RPC. For more information, see
http://sourceforge.net/apps/trac/aria2/wiki/XmlrpcInterface