ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Searching a commandline NNTP client

(1/1)

crono:
Hi,

can you recommend a commandline NNTP client (or simply a script)? It should support downloading the complete messages, not only headers, and store it in a standard fileformat like MailDir, MBox or an DB like MySQL. I want to get rid of my news in Thunderbird and have a way to automatically download it via batch or some other scripting language. Any suggestions?

thanks in advance
Andreas

Ralf Maximus:
Are you after binaries, or just text?  Most of the command-line utils (nget) are geared towards downloading huge multipart binaries and assembling them for you.

Windows PowerShell (a free Microsoft download) has a command-line nntp client.  Since PowerShell is at its heart a scripting environment you should be able to put something together yourself; since the nntp client's in there it *has* to be scriptable.

crono:
Hi Ralf,

thanks for the reply.

Are you after binaries, or just text?  Most of the command-line utils (nget) are geared towards downloading huge multipart binaries and assembling them for you.
-Ralf Maximus (January 03, 2008, 06:29 PM)
--- End quote ---
I only need text - I found nget on Sourceforge and think it is really big into binaries.

Windows PowerShell (a free Microsoft download) has a command-line nntp client.  Since PowerShell is at its heart a scripting environment you should be able to put something together yourself; since the nntp client's in there it *has* to be scriptable.
-Ralf Maximus (January 03, 2008, 06:29 PM)
--- End quote ---
I use Powershell alot, but never came across nntp-cmdlets. /n-Software offers 3rd Party nntp-cmdlets for 99$ but I think there isn't one built into PS. get-command and get-alias dont show me anything in this direction.

Ralf Maximus:
Yeah, the 3rd party /n-Software doohickey looks perfect, but you're right -- it's pricey.

Have you considered a Windows port of the unix apps Pine or xnews?  I'm certain they're out there.  You might have to use something like Cygwin (ick) but if you get the functionality you want it might be worth it.  And free.

Navigation

[0] Message Index

Go to full version