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