NAME
Net::RTorrent::DItem - Class of rtorrent item.
SYNOPSIS
my $obj = new Net::RTorrent:: 'http://10.100.0.1:8080/scgitest';
my $dloads = $obj->get_downloads('complete');
my $keys = $dloads->list_ids;
my $ditem = $dloads->get_one( $key);
if ( $ditem->attr->{left_bytes} ) {
$ditem->stop
}
ABSTRACT
Net::RTorrent::DItem - Class of rtorrent item.
DESCRIPTION
Net::RTorrent::DItem - Class of rtorrent item.
METHODS
attr
Attributes for torrent.
stop
Stop torrent
SEE ALSO
Collection::Utl::Item
AUTHOR
Zahatski Aliaksandr, <zag@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2008 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.