nntp

.Net NNTP implementation

Is there a good .Net implementation of the NNTP protocol? ...

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 (aka netnews), as well as transferring news among news servers. ...

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 messages that may have expired on the server. This is mainly for searching the archives so ability to post is not important. Can anyone recommen...

C# application to poll NNTP News Server for new messages

I would like to create an application to check a news server and alert me if there are new email messages. Does anybody have any C# code that can connect to a NNTP news server? Thanks, Paul ...

What PHP class to use for accessing NNTP

I'd like to access NNTP servers, groups, and messages through PHP. Is there any existing class you'd recommend? Preferably PHP5 and good OOP. ...

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.) ...

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 protocol. Where can I start? What are some reference materials to get me going? ...

Any good C++/C NNTP libs?

I came across some crusty and limited efforts awhile back but I was wondering if there was something truly functional that I missed, preferably in C++ but C is better than nothing. ...

Network News Transfer Protocol

What is NNTP and use of that?Where we implements it?How to Implement it? ...

storing the data in to news server

how to store the data(articles,news etc) in to the nntp news server using c#. ...

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 Hellanzb with xml-rpc, however it does not seem to allow me to set separate download directories for each file. I want to avoid trying to gues...

L&H_Reader news reader? What's this?

A message source shows User-Agent: L&H_Reader What news reader is this? ...

NNTP client - Java - Download Article is downloaded 3 extra garbage bytes randomly

I wrote this NNTP client... and I am trying to use it as part of a bigger project, but it seems that the downloadArticle(string msgID) is downloading some extra bytes, but randomly. For example, one time I will run the application and it will insert 3 garbage bytes after a CR/LF. I will run the application again and it doesn't download...

Hashing SMTP and NNTP messages?

I want to store and index all of my historical e-mail and news as individual message files, using some computed hash code based on the message body+headers. Then I'll index on other things as well -- for searching. For the primary index key, my thought is to use SHA-1 for the hash algorithm and assume that there will never be any colli...

NNTP (usenet newsgroup) downloader for .NET

I would like to try to download usenet newsgroup messages. Anybody know how? I'd take a look at IPWorks but I don't understand how to download it. Any suggestions? ...

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 works, but it's realy slow... to download and to do the INSERT INTO . Anyone know some better method to "massive" download message and inser...

Is it possible to post binaries to usenet with Python?

Hey All, I'm trying to use the nntplib that comes with python to make some posts to usenet. However I can't figure out how to post binary files using the .post method. I can post plain text files just fine, but not binary files. any ideas? -- EDIT-- So thanks to Adrian's comment below I've managed to make one step towards my goal. I...

.net: does anyone know a free library to download nntp messages

hi folks, i'm using ip*works for download newsgroup message and insert them into a database... ipworks is "comfortable" to use because it automatically split nntp data return into different object (or variable). So i've "author" "date" "topic" "messagge" already splitted to my use. However ipworks isn't free and it cost a lot for my use...