NNTPGrab is an application that allows you to download binaries from Usenet servers.
Product's homepage
Here are some key features of "NNTPGrab":
· Import of NZB files
· Download from multiple servers using multiple threads
· Configurable download priority and server priority
· Possibility to run the GUI on a different computer than where the downloads are happening
· Possibility to control the program using a webinterface
· Support for NNTP-over-SSL
· Automatic NZB import (directory monitor)
· Integrated NZB search engine
· Automatic PAR2 repair
· Automatic unpack
· Automatic shutdown after all downloads are completed
· Support for bandwidth limiting
· Support for plugins
· Can be controlled using JSON-RPC
· Support for downloading over proxy servers
· Can be used on Linux, Windows and Mac OS X
What's New in This Release: [ read full changelog ]
· Added Turkish translation
· Updated the French translation
· Various messages coming from the NNTPGrab Core didn't get translated in the Qt frontend. Fixed
· When an error occurs while a NZB file is imported an incomplete message would get shown in the Qt frontend. Fixed
· Added support to check the maintenance status of the Online Search service so that user-friendly messages can be shown when the Online Search service is down for maintenance
· When trying to unpack an password-protected archive let the user know that they have to manually unpack the archive as NNTPGrab doesn't support unpacking password-protected archives yet
· The NNTPGrab Qt Server could crash when a file changed state. Fixed. Bug #87
· Clicking on the 'Connect' button in the startup dialog could cause an assertion error when using GTK3. Fixed