Tagged Questions

0
votes
1answer
24 views

storing the data in to news server

how to store the data(articles,news etc) in to the nntp news server using c#.
-1
votes
2answers
30 views

Network News Transfer Protocol

What is NNTP and use of that?Where we implements it?How to Implement it?
1
vote
1answer
102 views

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.
0
votes
3answers
76 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
16 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.)
2
votes
2answers
79 views

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.
0
votes
1answer
149 views

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
1
vote
1answer
89 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 …
4
votes
7answers
407 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
100 views

.Net NNTP implementation

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