NNTP in vb.net

  • Thread starter Thread starter BiT
  • Start date Start date
B

BiT

Hello

i need to add to my program option to d.l binary files from newsgroups (nntp
Protocol) i tried to search the net but didn't find anything helpfull i'm
looking for sample code or link to helpfull document on how to d.l binary
files from the newsgroups server

Thanks
 
Hello

i need to add to my program option to d.l binary files from newsgroups
(nntp Protocol) i tried to search the net but didn't find anything
helpfull i'm looking for sample code or link to helpfull document on
how to d.l binary files from the newsgroups server

Files on Usenet are encoded with UUEncode, YEnc, BinHex, B64. You'll need a
decoding library... nSoftware's IPWorks has one, but it's commerical.

To connect to a NNTP you can use the standard socket library, nSoftware
IPWorks, or Index Socket Library (free).
 
Files on Usenet are encoded with UUEncode, YEnc, BinHex, B64. You'll need a
decoding library... nSoftware's IPWorks has one, but it's commerical.

To connect to a NNTP you can use the standard socket library, nSoftware
IPWorks, or Index Socket Library (free).

Do you have a link for the Index Socket Library? I can't find any
information on that.

Forgive me if this is something obvious.

Ryan
 
Back
Top