]> Cypherpunks.ru repositories - nncp.git/blob - doc/usecases/unreliable.texi
Add various documentation indices
[nncp.git] / doc / usecases / unreliable.texi
1 @node UsecaseUnreliable
2 @cindex unreliable link
3 @section Unreliable/expensive communication link
4
5 Assume that you have got slow modem/radio/cellular link that frequently
6 disconnects and causes TCP timeouts. Not all HTTP servers support file
7 download continuation. SMTP does not support resuming at all and heavy
8 messages is problematic to retrieve. Moreover, each disconnect leads to
9 the same data retransmission again, that can not be afforded sometimes.
10
11 Just send your @ref{nncp-exec, mail} and @ref{nncp-file, files} through
12 NNCP. You can use either offline delivery methods -- read about them in
13 the next section, or you can use included NNCP @ref{nncp-daemon, TCP
14 daemon}.
15
16 The command:
17
18 @example
19 $ nncp-file file_i_want_to_send bob:
20 $ nncp-file another_file bob:movie.avi
21 @end example
22
23 will queue two files for sending to @emph{bob} node. Fire and forget!
24 Now this is daemon's job (or offline transfer) to send this files part
25 by part to remote system when it is available.