]> Cypherpunks.ru repositories - nncp.git/blob - doc/cmd/nncp-xfer.texi
Add various documentation indices
[nncp.git] / doc / cmd / nncp-xfer.texi
1 @node nncp-xfer
2 @pindex nncp-xfer
3 @section nncp-xfer
4
5 @example
6 $ nncp-xfer [options] [-node NODE] [-mkdir] [-keep] [-rx|-tx] DIR
7 @end example
8
9 Search for directory in @file{DIR} containing inbound packets for us and
10 move them to local @ref{Spool, spool} directory. Also search for known
11 neighbours directories and move locally queued outbound packets to them.
12 This command is used for offline packets transmission.
13
14 If @option{-mkdir} option is specified, then outbound neighbour(s)
15 directories will be created. This is useful for the first time usage,
16 when storage device does not have any directories tree.
17
18 If @option{-keep} option is specified, then keep copied files, do not
19 remove them.
20
21 @option{-rx} option tells only to move inbound packets addressed to us.
22 @option{-tx} option tells exactly the opposite: move only outbound packets.
23
24 @ref{nncp-cfgmin} could be useful for creating stripped minimalistic
25 configuration file version without any private keys.
26
27 @file{DIR} directory has the following structure:
28 @file{RECIPIENT/SENDER/PACKET}, where @file{RECIPIENT} is Base32 encoded
29 destination node, @file{SENDER} is Base32 encoded sender node.
30
31 Also look for @ref{nncp-bundle}, especially if you deal with CD-ROM and
32 tape drives.