Next: nncp-caller, Previous: nncp-bundle, Up: Commands
$ nncp-call [options] [-onlinedeadline INT] [-maxonlinetime INT] [-rx|-tx] [-list] [-pkts PKT,PKT,...] [-rxrate INT] [-txrate INT] [-autotoss*] [-nock] NODE[:ADDR] [FORCEADDR]
Call (connect to) specified NODE and run synchronization protocol with the daemon on the remote side. Normally this command could be run any time you wish to either check for incoming packets, or to send out queued ones. Synchronization protocol allows resuming and bidirectional packets transfer.
If -rx option is specified then only inbound packets transmission is performed. If -tx option is specified, then only outbound transmission is performed.
-onlinedeadline overrides onlinedeadline. -maxonlinetime overrides maxonlinetime. -rxrate/-txrate override rxrate/txrate. Read more about -nock option.
-list option allows you to list packets of remote node, without any transmission. You can specify what packets your want to download, by specifying -pkts option with comma-separated list of packets identifiers.
Each NODE can contain several uniquely identified ADDResses in configuration file. If you do not specify the exact one, then all will be tried until the first success. Optionally you can force FORCEADDR address usage, instead of addresses taken from configuration file. You can specify both host:port and |some command formats.
Pay attention that this command runs integrity check for each completely
received packet in the background. This can be time consuming.
Connection could be lost during that check and remote node won’t be
notified that file is done. But after successful integrity check that
file is renamed from .part one and when you rerun
nncp-call
again, remote node will receive completion
notification.
-autotoss option runs tosser on node’s spool every second during the call. All -autotoss-* options is the same as in nncp-toss command.
Next: nncp-caller, Previous: nncp-bundle, Up: Commands