Downloading from Usenet via NZB files / nntp library?
Posted: Sun Aug 05, 2007 8:39 am
Hi guys,
I'm trying to design a program that will parse an NZB file and download the corresponding binary from Usenet, but I'm having trouble figuring out what the best way to approach this would be.
I've looked around and there doesn't seem to be any kind of nntp library for Purebasic (a search for 'nntp' didn't turn up much). I looked into using an external command-line utility, but my only option was nget and incredibly that can't grab specific MessageIDs which is required when parsing an NZB file.
Anyone know what the proper course of action might be here? Is there a Windows API that might have NNTP functionality? etc.
I'm trying to design a program that will parse an NZB file and download the corresponding binary from Usenet, but I'm having trouble figuring out what the best way to approach this would be.
I've looked around and there doesn't seem to be any kind of nntp library for Purebasic (a search for 'nntp' didn't turn up much). I looked into using an external command-line utility, but my only option was nget and incredibly that can't grab specific MessageIDs which is required when parsing an NZB file.
Anyone know what the proper course of action might be here? Is there a Windows API that might have NNTP functionality? etc.