Tagged Questions
The nntp tag has no wiki summary.
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 ...
3
votes
2answers
908 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.
2
votes
1answer
190 views
Java & NNTP : How to post binary file?
I asked Google several times without answer. So, I decide to ask you my question.
How can I send (post) a binary file to a newsgroup server using Java ?
2
votes
1answer
72 views
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 -- ...
2
votes
1answer
560 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.
1
vote
1answer
180 views
Is it possible to post binaries to usenet with Python?
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, ...
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 ...
1
vote
2answers
329 views
0
votes
1answer
37 views
newsgroup nntp protocol talk with fsockopen - how to get size
In the code below I can get a list of "message-id"s in a group I selected earlier.
Now with that info I can retreive the header with
head "message-ID"
how do I find out what the size of the article ...
0
votes
1answer
48 views
PHP and NNTP problems using imap_open
I am having a bit of trouble with NNTP and PHP (following the directions in the PHP manual, I threw in this quick test:
<?php
$server = "{news.newsserver.com/nntp:119}";
if ($nntp = ...
0
votes
1answer
42 views
Program gets stuck attempting to create NNTP connection
My program starts a connection to a usenet server like this:
s = nntplib.NNTP(self.nserver, 119, self.nuser, self.npass)
But sometimes there's a problem. The connection is not made and the program ...
0
votes
0answers
27 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
1answer
74 views
Python error while connecting to nntp server
Traceback (most recent call last):
File "<pyshell#27>", line 1, in <module>
server = NNTP('http://www.news.readfreenews.net')
File "C:\Python27\lib\nntplib.py", line 112, in ...
0
votes
2answers
81 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
2answers
34 views
mail reader that uses gzipped archives from http instead of an nntp server
Is there a mail client that can be configured to use gzipped archives of mailing lists directly from where the mailing list is hosted rather than a central nntp server ?
nntp is either not free, or ...
0
votes
1answer
58 views
.net: does anyone know a free library to download nntp messages
I'm using ip*works for downloading newsgroup messages and inserting them into a database. ipworks is "comfortable" to use because it automatically splits nntp data return into different objects (or ...
0
votes
1answer
89 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
2answers
129 views
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?
0
votes
1answer
409 views
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 ...
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
1answer
40 views
storing the data in to news server
how to store the data(articles,news etc) in to the nntp news server using c#.
0
votes
3answers
726 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.)
0
votes
1answer
624 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
votes
1answer
69 views
Network News Transfer Protocol
What is NNTP and use of that?Where we implements it?How to Implement it?