]> Cypherpunks.ru repositories - nncp.git/blob - doc/cmd/index.texi
Add various documentation indices
[nncp.git] / doc / cmd / index.texi
1 @node Commands
2 @cindex commands
3 @unnumbered Commands
4
5 Nearly all commands have the following common options:
6
7 @table @option
8 @vindex NNCPCFG
9 @item -cfg
10     Path to configuration file. May be overridden by @env{$NNCPCFG}
11     environment variable. If file file is an encrypted @ref{EBlob,
12     eblob}, then ask for passphrase to decrypt it first.
13 @item -debug
14     Print debug messages. Normally this option should not be used.
15 @item -minsize
16     @anchor{OptMinSize}
17     Minimal required resulting packet size, in KiBs. For example if you
18     send 2 KiB file and set @option{-minsize 4}, then resulting packet
19     will be 4 KiB (containing file itself and some junk).
20 @item -nice
21     Set desired outgoing packet @ref{Niceness, niceness level}.
22 @item -replynice
23     Set desired reply packet @ref{Niceness, niceness level}. Only freq
24     and exec packets look at that niceness level.
25 @item -via
26     Override @ref{CfgVia, via} configuration option for destination node.
27     Specified nodes must be separated with comma: @verb{|NODE1,NODE2|}.
28     With @verb{|-via -|} you can disable relaying at all.
29 @vindex NNCPSPOOL
30 @item -spool
31     Override path to spool directory. May be specified by
32     @env{$NNCPSPOOL} environment variable.
33 @vindex NNCPLOG
34 @item -log
35     Override path to logfile. May be specified by @env{$NNCPLOG}
36     environment variable.
37 @item -quiet
38     Print only errors, omit simple informational messages. In any case
39     those messages are logged, so you can reread them using
40     @ref{nncp-log} command.
41 @item -progress, -noprogress
42     Either force progress showing, or disable it.
43 @item -version
44     Print version information.
45 @item -warranty
46     Print warranty information (no warranty).
47 @end table
48
49 @menu
50 Configuration file commands
51
52 * nncp-cfgnew::
53 * nncp-cfgmin::
54 * nncp-cfgenc::
55 * nncp-cfgdir::
56
57 Packets creation commands
58
59 * nncp-file::
60 * nncp-exec::
61 * nncp-freq::
62 * nncp-trns::
63
64 Packets sharing commands
65
66 * nncp-xfer::
67 * nncp-bundle::
68
69 Checking and tossing commands
70
71 * nncp-toss::
72 * nncp-check::
73 * nncp-reass::
74
75 Online synchronization protocol commands
76
77 * nncp-daemon::
78 * nncp-call::
79 * nncp-caller::
80 * nncp-cronexpr::
81
82 Maintenance, monitoring and debugging commands:
83
84 * nncp-stat::
85 * nncp-log::
86 * nncp-rm::
87 * nncp-pkt::
88 * nncp-hash::
89 @end menu
90
91 @include cmd/nncp-cfgnew.texi
92 @include cmd/nncp-cfgmin.texi
93 @include cmd/nncp-cfgenc.texi
94 @include cmd/nncp-cfgdir.texi
95 @include cmd/nncp-file.texi
96 @include cmd/nncp-exec.texi
97 @include cmd/nncp-freq.texi
98 @include cmd/nncp-trns.texi
99 @include cmd/nncp-xfer.texi
100 @include cmd/nncp-bundle.texi
101 @include cmd/nncp-toss.texi
102 @include cmd/nncp-check.texi
103 @include cmd/nncp-reass.texi
104 @include cmd/nncp-daemon.texi
105 @include cmd/nncp-call.texi
106 @include cmd/nncp-caller.texi
107 @include cmd/nncp-cronexpr.texi
108 @include cmd/nncp-stat.texi
109 @include cmd/nncp-log.texi
110 @include cmd/nncp-rm.texi
111 @include cmd/nncp-pkt.texi
112 @include cmd/nncp-hash.texi