Tagged Questions

7
votes
8answers
1k views

Is NNTP dead?

If its dead, is there a successor? For those who didn't know: The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading and posting Usenet articles ...
1
vote
2answers
301 views

Best nntp to web gateway?

My company uses usenet groups on an internal nntp server and I would like to add a web server to this that would allow the usual browsing and searching but in addition provide an archive of old ...
0
votes
0answers
28 views

yEncoding files and posting them on Usenet

So I'm currently working on a tool in Python that backs up certain files to usenet (I'm talking about big video files that are public anyway) Do I have to split up the files first before yencoding ...
0
votes
2answers
83 views

Posting large files to usenet using Python & nntplib: How are large files split?

I'm intrigued by uBackup, using Usenet for backing up large files. I thought it would be a good idea to use python for this, but I'm having problems understanding the correct protocol for posting ...
0
votes
1answer
91 views

NNTP usenet download messages

I would like to download usenet messages to my personal Mysql database, so without using any newsreader. At the moment i'm using IpWorks component for .NET . I've created a simple app in Vb.Net, It ...
0
votes
1answer
49 views

L&H_Reader news reader? What's this?

A message source shows User-Agent: L&H_Reader What news reader is this?
0
votes
1answer
71 views

Good backend for downloading nzb files to seperate directories

I'm laying out a download management that will segregate each users downloads, separate watched directories each download to their own folders, can't see each others queues, etc. I wanted to use ...
0
votes
3answers
733 views

Resources for creating a Binary Usenet client

I am interested in creating a Binary Usenet client as a personal endeavor. My initial plans are to write it in Mono - but I haven't started anything yet. I am familiar with C# but not the NNTP ...
0
votes
1answer
90 views

NNTP command to get count of available newsgroups

Is there an NNTP command to return the count of NewsGroups on an USENET server? (Without having to retrieving the entire list.)