Simple NNTP client for Ubuntu
- by Alexander Gladysh
I need to download a particular NNTP group.
I do not need to setup any crons, put group contents in /opt and other stuff.
Just run <fetch-nntp> <server> <group-name> <output-dir> and be done with it without putting a lot of garbage in the system.
If that <fetch-nntp> would not fetch the same messages on the second run — fine. But I can live without it.
All NNTP clients that I've looked at are trying to be a NNTP server as well.
Is there something simpler that is suitable for my needs?