From a0e7feebb96e3a16b9101870e9b769957850cf5b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 10 Sep 2017 18:15:31 +0300 Subject: [PATCH] Huge files requires -chunked as a rule --- doc/integration.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.48.1