473,383 Members | 1,885 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

NNTP

I want to write my own specialized news reader. Are there any free NNTP
libraries for the .net framework?

Nov 16 '05 #1
7 2921
You have to use System.Net.Sockets.TcpClient class

--
Shak
(Houston)
"Robert Kent" <ro********@yahooie.coma> wrote in message
news:O9**************@TK2MSFTNGP10.phx.gbl...
I want to write my own specialized news reader. Are there any free NNTP
libraries for the .net framework?

Nov 16 '05 #2
Sure

Smilla is distributed under GNU
http://www.smilla.ru/

Also
see the following sample on GotDotNet
http://www.gotdotnet.com/Community/U...4-4ccb47766943

--- Nick

"Robert Kent" <ro********@yahooie.coma> wrote in message
news:O9**************@TK2MSFTNGP10.phx.gbl...
I want to write my own specialized news reader. Are there any free NNTP
libraries for the .net framework?

Nov 16 '05 #3
Sure

Smilla is distributed under GNU
http://www.smilla.ru/

Also
see the following sample on GotDotNet
http://www.gotdotnet.com/Community/U...4-4ccb47766943

--- Nick

"Robert Kent" <ro********@yahooie.coma> wrote in message
news:O9**************@TK2MSFTNGP10.phx.gbl...
I want to write my own specialized news reader. Are there any free NNTP
libraries for the .net framework?

Nov 16 '05 #4
Sure

Smilla is distributed under GNU
http://www.smilla.ru/

Also
see the following sample on GotDotNet
http://www.gotdotnet.com/Community/U...4-4ccb47766943

--- Nick

"Robert Kent" <ro********@yahooie.coma> wrote in message
news:O9**************@TK2MSFTNGP10.phx.gbl...
I want to write my own specialized news reader. Are there any free NNTP
libraries for the .net framework?

Nov 16 '05 #5
Robert Kent <ro********@yahooie.coma> wrote:
I want to write my own specialized news reader. Are there any free NNTP
libraries for the .net framework?


Yup - Indy contains NNTP capabilities: www.indyproject.org

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #6

"Nick Malik" <ni*******@hotmail.nospam.com> wrote in message
news:g7qJc.81782$MB3.19967@attbi_s04...
Sure

Smilla is distributed under GNU
http://www.smilla.ru/

Also
see the following sample on GotDotNet
http://www.gotdotnet.com/Community/U...4-4ccb47766943
--- Nick

Thanks for the replies! I'm going to take a look at all of them this
weekend.

Now one more related question. A few years ago, I came across Java source
code for a very small news server. Has anyone written one in C#?


Nov 16 '05 #7
Robert Kent <ro********@yahooie.coma> wrote:
Now one more related question. A few years ago, I came across Java source
code for a very small news server. Has anyone written one in C#?


I believe Indy (www.indyproject.org) also contains elements of an NNTP
server, although I haven't investigated it. (It's not written in C#,
but it's a .NET assembly...)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Rodney Pont | last post by:
I'm trying to use imap_open to get news from a server that requires a user name and password. I'm using $nntp = imap_open("{".$newsserver."/nntp:".$port."}".$newsgroup, $newsuser, $newspass,...
3
by: jimt | last post by:
yes no or a point in a good direction thanks jimt
4
by: NightChild | last post by:
Does anyone know of a library that allows easy interaction with NNTP? I'm not wanting to roll my own using PHP and sockets but want something similar to Perls News::NNTPClient. I've done a Google...
0
by: Gene Mat | last post by:
Hi, I'm trying to build a simple Perl program to get a list of newsgroups. Here's what I have... #!/opt/local/bin/perl use Net::NNTP; $nntp = Net::NNTP->new("nntp.perl.org",Debug,10);...
8
by: Roland Hall | last post by:
Is it possible to send/receive nntp messages via CDOSYS without a 3rd party news component? The NNTP links I have found appear to be related to MS Exchange 2K. My goal is to write an ASP...
12
by: Craig Kenisston | last post by:
Does this exist in the.net framework ? I can't find it. I could find SMTP, though. If it doesn't, could anybody recommend a component suite that includes smtp, pop, nntp ? But mainly, that does...
0
by: polite person | last post by:
Hi While looking up refs on NNTP in VB I was amused to read the following (code in C#, not on a MS site). I'm fading too and I just hope NNTP lasts as long as I do. "NNTP is an older fading...
11
by: Jim | last post by:
Have you seen any NNTP classes that I may use or build upon to build a simple newsreader/downloader? Is there such a class in the .Net framework that I have overlooked? If not, inclusion of RFC...
9
by: Sandman | last post by:
Ok, I do NOT want to *connect* to a NNTP server from PHP, I want to - from a NNTP client - connect to a NNTP server that is powered by PHP. Specifically, I want articles, forum posts and such...
11
by: Michael Torrie | last post by:
Mike Driscoll wrote: I rarely use NNTP these days. I access c.l.py exclusively via e-mail, and that works very well. In some cases there is a lot of spam that gets filtered out of the nntp...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.