]> Cypherpunks.ru repositories - nncp.git/blob - doc/cmds.texi
70586a7aa8d731acf46d58ec09fd9da8ee0352e8
[nncp.git] / doc / cmds.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 overrided by @env{NNCPCFG}
9     environment variable.
10 @item -debug
11     Print debug messages. Normally this option should not be used.
12 @item -minsize
13     Minimal required resulting packet size. For example if you send 2
14     KiB file and set @option{-minsize 4096}, then resulting packet will
15     be 4 KiB (containing file itself and some junk).
16 @item -nice
17     Set desired outgoing packet @ref{Niceness, niceness level}.
18     1-255 values are allowed.
19 @item -node
20     Process only single specified node.
21 @item -quiet
22     Print only errors, omit simple informational messages. In any case
23     those messages are logged, so you can reread them using
24     @ref{nncp-log} command.
25 @item -version
26     Print version information.
27 @item -warranty
28     Print warranty information (no warranty).
29 @end table
30
31 @node nncp-call
32 @section nncp-call
33
34 @verbatim
35 % nncp-call [options] [-onlinedeadline INT] [-maxonlinetime INT] [-rx|-tx]
36                       NODE[:ADDR] [FORCEADDR]
37 @end verbatim
38
39 Call (connect to) specified @option{NODE} and run @ref{Sync,
40 synchronization} protocol with the @ref{nncp-daemon, daemon} on the
41 remote side. Normally this command could be run any time you wish to
42 either check for incoming packets, or to send out queued ones.
43 Synchronization protocol allows resuming and bidirectional packets
44 transfer.
45
46 If @option{-rx} option is specified then only inbound packets
47 transmission is performed. If @option{-tx} option is specified, then
48 only outbound transmission is performed. @option{-onlinedeadline}
49 overrides @ref{CfgOnlineDeadline, @emph{onlinedeadline}}.
50 @option{-maxonlinetime} overrides @ref{CfgMaxOnlineTime,
51 @emph{maxonlinetime}}.
52
53 @node nncp-caller
54 @section nncp-caller
55
56 @verbatim
57 % nncp-caller [options] [NODE ...]
58 @end verbatim
59
60 Croned daemon that calls remote nodes from time to time, according to
61 their @ref{CfgCalls, @emph{calls}} configuration field.
62
63 Optional number of @option{NODE}s tells to ignore other ones.
64 Otherwise all nodes with specified @emph{calls} configuration
65 field will be called.
66
67 @option{-onlinedeadline} overrides @ref{CfgOnlineDeadline,
68 @emph{onlinedeadline}} configuration option.
69
70 Each @option{NODE} can contain several uniquely identified
71 @option{ADDR}esses in @ref{CfgAddrs, configuration} file. If you do
72 not specify the exact one, then all will be tried until the first
73 success. Optionally you can force @option{FORCEADDR} address usage,
74 instead of addresses taken from configuration file.
75
76 Pay attention that this command runs integrity check for each completely
77 received packet in the background. This can be time consuming.
78 Connection could be lost during that check and remote node won't be
79 notified that file is done. But after successful integrity check that
80 file is renamed from @file{.part} one and when you rerun
81 @command{nncp-call} again, remote node will receive completion
82 notification.
83
84 @node nncp-check
85 @section nncp-check
86
87 @verbatim
88 % nncp-check [options]
89 @end verbatim
90
91 Perform @ref{Spool, spool} directory integrity check. Read all files
92 that has Base32-encoded filenames and compare it with recalculated
93 BLAKE2b hash output of their contents. This supplementary command is
94 not used often in practice, if ever.
95
96 @node nncp-daemon
97 @section nncp-daemon
98
99 @verbatim
100 % nncp-daemon [options] [-maxconn INT] [-bind ADDR]
101 @end verbatim
102
103 Start listening TCP daemon, wait for incoming connections and run
104 @ref{Sync, synchronization protocol} with each of them. You can run
105 @ref{nncp-toss} utility in background to process inbound packets from
106 time to time.
107
108 @option{-maxconn} option specifies how many simultaneous clients daemon
109 can handle. @option{-bind} option specifies @option{addr:port} it must
110 bind to and listen.
111
112 @node nncp-file
113 @section nncp-file
114
115 @verbatim
116 % nncp-file [options] SRC NODE:[DST]
117 @end verbatim
118
119 Send @file{SRC} file to remote @option{NODE}. @file{DST} specifies
120 destination file name in remote's @ref{CfgIncoming, incoming}
121 directory. If this file already exists there, then counter will be
122 appended to it.
123
124 This command queues file in @ref{Spool, spool} directory immediately
125 (through the temporary file of course) -- so pay attention that sending
126 2 GiB file will create 2 GiB outbound encrypted packet.
127
128 If @file{SRC} equals to @file{-}, then create an encrypted temporary
129 file and copy everything taken from stdin to it and use for outbound
130 packet creation. Pay attention that if you want to send 1 GiB of data
131 taken from stdin, then you have to have 2 GiB of disk space for that
132 temporary file and resulting encrypted packet.
133
134 If @ref{CfgNotify, notification} is enabled on the remote side for
135 file transmissions, then it will sent simple letter after successful
136 file receiving.
137
138 @node nncp-freq
139 @section nncp-freq
140
141 @verbatim
142 % nncp-freq [options] NODE:SRC DST
143 @end verbatim
144
145 Send file request to @option{NODE}, asking it to send its @file{SRC}
146 file from @ref{CfgFreq, freq} directory to our node under @file{DST}
147 filename in our @ref{CfgIncoming, incoming} one.
148
149 If @ref{CfgNotify, notification} is enabled on the remote side for
150 file request, then it will sent simple letter after successful file
151 queuing.
152
153 @node nncp-log
154 @section nncp-log
155
156 @verbatim
157 % nncp-log [options]
158 @end verbatim
159
160 Parse @ref{Log, log} file and print out its records in human-readable form.
161
162 @node nncp-mail
163 @section nncp-mail
164
165 @verbatim
166 % nncp-mail [options] NODE USER ...
167 @end verbatim
168
169 Send mail, that is read from stdin, to @option{NODE} and specified
170 @option{USER}s. Mail message will be compressed. After receiving, remote
171 side will execute specified @ref{CfgSendmail, sendmail} command with
172 @option{USER}s appended as a command line argument and feed decompressed
173 mail body to that command's stdin.
174
175 @node nncp-mincfg
176 @section nncp-mincfg
177
178 @verbatim
179 % nncp-mincfg [options] > stripped.yaml
180 @end verbatim
181
182 Print out stripped configuration version: only path to @ref{Spool,
183 spool}, path to log file, neighbours public keys are stayed. This is
184 useful mainly for usage with @ref{nncp-xfer} that has to know only
185 neighbours, without private keys involving.
186
187 @node nncp-newcfg
188 @section nncp-newcfg
189
190 @verbatim
191 % nncp-newcfg [options] > new.yaml
192 @end verbatim
193
194 Generate new node configuration: private keys, example configuration
195 file and print it to stdout. You must use this command when you setup
196 the new node.
197
198 Pay attention that private keys generation consumes an entropy from your
199 operating system.
200
201 @node nncp-pkt
202 @section nncp-pkt
203
204 @verbatim
205 % nncp-pkt [options] < pkt
206 % nncp-pkt [options] [-decompress] -dump < pkt > payload
207 @end verbatim
208
209 Low level packet parser. Normally it should not be used, but can help in
210 debugging.
211
212 By default it will print packet's type, for example:
213 @verbatim
214 Packet type: encrypted
215 Niceness: 64
216 Sender: 2WHBV3TPZHDOZGUJEH563ZEK7M33J4UESRFO4PDKWD5KZNPROABQ
217 @end verbatim
218
219 If you specify @option{-dump} option and provide an @ref{Encrypted,
220 encrypted} packet, then it will verify and decrypt it to stdout.
221 Encrypted packets contain @ref{Plain, plain} ones, that also can be fed
222 to @command{nncp-pkt}:
223
224 @verbatim
225 Packet type: plain
226 Payload type: transitional
227 Path: VHMTRWDOXPLK7BR55ICZ5N32ZJUMRKZEMFNGGCEAXV66GG43PEBQ
228
229 Packet type: plain
230 Payload type: mail
231 Path: stargrave@stargrave.org
232 @end verbatim
233
234 And with the @option{-dump} option it will give you the actual payload
235 (the whole file, mail message, and so on). @option{-decompress} option
236 tries to zlib-decompress the data from plain packet (useful for mail
237 packets).
238
239 @node nncp-stat
240 @section nncp-stat
241
242 @verbatim
243 % nncp-stat [options]
244 @end verbatim
245
246 Print current @ref{Spool, spool} statistics about unsent and unprocessed
247 packets. For each node and each niceness level there will be printed how
248 many packets (with the total size) are in inbound (Rx) and outbound (Tx)
249 queues.
250
251 @node nncp-toss
252 @section nncp-toss
253
254 @verbatim
255 % nncp-toss [options] [-dryrun] [-cycle INT]
256 @end verbatim
257
258 Perform "tossing" operation on all inbound packets. This is the tool
259 that decrypts all packets and processes all payload packets in them:
260 copies files, sends mails, sends out file requests and relays transition
261 packets. It should be run after each online/offline exchange.
262
263 @option{-dryrun} option does not perform any writing and sending, just
264 tells what it will do.
265
266 @option{-cycle} option tells not to quit, but to repeat tossing every
267 @option{INT} seconds in an infinite loop. That can be useful when
268 running this command as a daemon.
269
270 @node nncp-xfer
271 @section nncp-xfer
272
273 @verbatim
274 % nncp-xfer [options] [-force] [-keep] [-rx|-tx] DIR
275 @end verbatim
276
277 Search for directory in @file{DIR} containing inbound packets for us and
278 move them to local @ref{Spool, spool} directory. Also search for known
279 neighbours directories and move locally queued outbound packets to them.
280 This command is used for offline packets transmission.
281
282 If @option{-force} option is specified, then outbound neighbour(s)
283 directories will be created. This is useful for the first time usage,
284 when storage device does not have any directories tree.
285
286 If @option{-keep} option is specified, then keep copied files, do not
287 remove them.
288
289 @option{-rx} option tells only to move inbound packets addressed to us.
290 @option{-tx} option tells exactly the opposite: move only outbound packets.
291
292 @ref{nncp-mincfg} could be useful for creating stripped minimalistic
293 configuration file version without any private keys.
294
295 @file{DIR} directory has the following structure:
296 @file{RECIPIENT/SENDER/PACKET}, where @file{RECIPIENT} is Base32 encoded
297 destination node, @file{SENDER} is Base32 encoded sender node.
298
299 @node nncp-rm
300 @section nncp-rm
301
302 @verbatim
303 % nncp-rm [options] NODE PKT
304 @end verbatim
305
306 Remove specified packet (Base32 name) in @option{NODE}'s queues. This
307 command is useful when you want to remove the packet that is failing to
308 be processed.