34bf92efba
Based upon the package provided by Joel CARNAT in PR pkg/26134 nget is a command line nntp file grabber. It automatically pieces together multipart postings for easy retrieval, even substituting parts from multiple servers and newsgroups. Handles disconnects gracefully, resuming after the last part succesfully downloaded. features: * Automatic multi-part post joining * Automatic binary decoding (using uulib) * Caches header data for quick access * Full multi-server support, transparently joining parts from different servers * Full multi-group support, transparently joining parts from multiple newsgroups * Automatic retries on network errors * Resumes after the last part successfully downloaded * Dupe file detection to avoid unneeded downloads * Select what to retrieve based upon a regular expresson (-r), or even a more complex expression (-R) based upon any of the file's subject, author, lines, bytes, # of parts we have, # of parts req, date, age, messageid, and references. * Search for newsgroups based on their names and/or descriptions * Automatic handling of PAR and PAR2 files retrieves only as many recovery files as necessary to repair any missing/damaged files.
20 lines
680 B
Text
20 lines
680 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/08/23 21:14:32 recht Exp $
|
|
|
|
Quickstart to nget:
|
|
1) Before the first use, nget must be configured.
|
|
1.a) Make nget directory:
|
|
mkdir $HOME/.nget5
|
|
|
|
1.b) Copy example .ngetrc:
|
|
cp ${EGDIR}/dot.ngetrc $HOME/.nget5/.ngetrc
|
|
|
|
1.c) Add your newsservers:
|
|
vi $HOME/.nget5/.ngetrc
|
|
(Remember to chmod 600 your .ngetrc if you are using password auth.)
|
|
|
|
2) See manpage and nget --help output. The manpage thoroughly describes
|
|
all command line and configuration options, and has an examples
|
|
section.
|
|
|
|
===========================================================================
|