The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

delete (<info_hash1>[, <info_hash2> ... ])

Call d.erase on info_hashes.

return { <info_hashes> => <xml-rpc response value> }

fetch_one <info_hash>

Return Net::RTorrent::DItem object for given info_hash.

Or undef if info_hash not exists.

fetch <info_hash1>[, <info_hash2> ... ]

Return info about torrents for given info_hashes.

Result: ref to hash of Net::RTorrent::DItem objects

start <info_hash1>[, <info_hash2> ... ]

Start torrents

stop <info_hash1>[, <info_hash2> ... ]

Stop torrents

NAME

Net::RTorrent::Downloads - collection of downloads

SYNOPSIS

  my $obj =  new Net::RTorrent:: 'http://10.100.0.1:8080/scgitest';
  my $dloads = $obj->get_downloads('');

ABSTRACT

Net::RTorrent::Downloads - collection of downloads

DESCRIPTION

Net::RTorrent::Downloads - collection of downloads

SEE ALSO

Collections

AUTHOR

Zahatski Aliaksandr, <zag@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2008-2009 by Zahatski Aliaksandr

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.