From: Sergey Matveev Date: Sun, 10 Sep 2017 15:15:31 +0000 (+0300) Subject: Huge files requires -chunked as a rule X-Git-Tag: 0.12^2~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a0e7feebb96e3a16b9101870e9b769957850cf5b;p=nncp.git Huge files requires -chunked as a rule --- diff --git a/doc/integration.texi b/doc/integration.texi index d53423a..b7ad523 100644 --- a/doc/integration.texi +++ b/doc/integration.texi @@ -250,7 +250,7 @@ You can queue you files after they are completely downloaded: @verbatim % cat send-downloaded.sh #!/bin/sh -nncp-file "$3" remote.node +nncp-file -chunked $(( 1024 * 100 )) "$3" remote.node % aria2c \ --on-download-complete send-downloaded.sh \