I have a NZB file, something like this:
<?xml version="1.0" encoding="utf-8" ?>
<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb">
<head>
<meta type="title">Your File!</meta>
<meta type="tag">Example</meta>
</head>
<file poster="Joe Bloggs <[email protected]>"
date="1071674882"
subject="Here's your file! abc-mr2a.r01 (1/2)">
<groups>
<group>alt.binaries.newzbin</group>
<group>alt.binaries.mojo</group>
</groups>
<segments>
<segment bytes="102394" number="1">[email protected]</segment>
<segment bytes="4501" number="2">[email protected]</segment>
</segments>
</file>
</nzb>
Is there any way to download and assemble this file using Indy IdNNTP? I will be grateful for any sample code. Thanks in advance.
Actually, it was pretty easy: