Closed GoogleCodeExporter closed 9 years ago
for large torrents you should download and install createtorrent or
transmissioncli
and modify plugins/create/conf.php accordingly
Original comment by Wonslung@gmail.com
on 10 Sep 2009 at 11:07
create torrent don't show files above 2GB
http://img43.imageshack.us/img43/8905/20090911083650.png
http://img196.imageshack.us/img196/4296/20090911083740.png
Original comment by f1r3st4r...@gmail.com
on 11 Sep 2009 at 6:38
you can see in rutorrent
head -c 2047M /dev/sero >> file
you can't see in rutorrent
head -c 2048M /dev/sero >> file
no errors in apache
Original comment by f1r3st4r...@gmail.com
on 11 Sep 2009 at 6:40
This is a php restriction - php cant't work with files > 2G. To avoid this you
can
1) Install external program (see comment 1)
2) If you wish to create multifile torrent - all ok. Files > 2G doesn't listed
in
directory contents, but its will be placed to torrent.
2) If you wish to create singlefile torrent from file > 2G you need to specify
it
name manually in "select source" edit.
Original comment by novik65
on 11 Sep 2009 at 7:38
Original issue reported on code.google.com by
f1r3st4r...@gmail.com
on 10 Sep 2009 at 10:57