View Single Post
  #1 (permalink)  
Old March 16th, 2002
Etzi Etzi is offline
Qtella Developer
 
Join Date: March 1st, 2002
Location: Munich, Germany
Posts: 46
Etzi is flying high
Default Standard for interrupted downloads

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>

Last edited by Etzi; March 16th, 2002 at 06:08 AM.
Reply With Quote