Hi,
I just wondered if we could create a standard to catalogue interruptped downloads. I think of an index file in XML.
Let's suppose you have two interrupted downloads "a.aaa" and "b.bbb".
The content of the index file would be:
Code:
<?xml version="1.0"?>
<file name="a.aaa">
<size>324872</size>
<index>3</index>
<host>23.213.112.34</host>
...
</file>
<file name="b.bbb">
...
</file>