% nncp-xfer [options] [-force] [-keep] [-rx|-tx] DIR
Search for directory in DIR
containing inbound packets for us and
move them to local spool directory. Also search for known
neighbours directories and move locally queued outbound packets to them.
This command is used for offline packets transmission.
If -force
option is specified, then outbound neighbour(s)
directories will be created. This is useful for the first time usage,
when storage device does not have any directories tree.
If -keep
option is specified, then keep copied files, do not
remove them.
-rx
option tells only to move inbound packets addressed to us.
-tx
option tells exactly the opposite: move only outbound packets.
DIR
directory has the following structure:
RECIPIENT/SENDER/PACKET
, where RECIPIENT
is Base32 encoded
destination node, SENDER
is Base32 encoded sender node.