1ngetlite(1) General Commands Manual ngetlite(1)
2
3
4
6 ngetlite - retrieve files from NNTP hosts
7
9 ngetlite <listfiles...>
10
12 ngetlite retrieves messages as described in each listfile. Listfiles
13 are generated with:
14 nget -w <listfile> <retrieval args>
15
16 In almost all circumstances, you will want to download and decode
17 directly with nget. However, in some cases ngetlite can be useful on
18 computers with low ram or cpu, that can't handle the large cache files
19 needed for some groups. You can run nget -w on some other computer and
20 then do the actual downloading with ngetlite using very little
21 resources.
22
24 The following sequence of commands demonstrates a typical usage:
25 nget -w foo.list -G alt.foo -r "\.png"
26 ngetlite foo.list
27 nget -N -G alt.foo -r "\.png"
28
30 NGETLITE_TIMEOUT
31 Socket timeout value in seconds.
32
33 NGETLITE_TRIES
34 Max number of attempts per article.
35
37 Matthew Mueller <donut AT dakotacom.net>
38
40 nget(1)
41
42
43
44 16 May 2002 ngetlite(1)