|
8 | 8 |
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 | 10 |
|
11 | | - <title>aria2c(1) — aria2 1.26.1 documentation</title> |
| 11 | + <title>aria2c(1) — aria2 1.27.0 documentation</title> |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 | | - <link rel="top" title="aria2 1.26.1 documentation" href="index.html"/> |
| 33 | + <link rel="top" title="aria2 1.27.0 documentation" href="index.html"/> |
34 | 34 | <link rel="next" title="aria2 - The ultra fast download utility" href="README.html"/> |
35 | 35 | <link rel="prev" title="Aria2 Manual" href="index.html"/> |
36 | 36 |
|
|
61 | 61 |
|
62 | 62 |
|
63 | 63 | <div class="version"> |
64 | | - 1.26.1 |
| 64 | + 1.27.0 |
65 | 65 | </div> |
66 | 66 |
|
67 | 67 |
|
@@ -1901,6 +1901,15 @@ <h3>Advanced Options<a class="headerlink" href="#advanced-options" title="Permal |
1901 | 1901 | Default: <code class="docutils literal"><span class="pre">false</span></code></p> |
1902 | 1902 | </dd></dl> |
1903 | 1903 |
|
| 1904 | +<dl class="option"> |
| 1905 | +<dt id="cmdoption--save-not-found"> |
| 1906 | +<code class="descname">--save-not-found</code><code class="descclassname">[=true|false]</code><a class="headerlink" href="#cmdoption--save-not-found" title="Permalink to this definition">¶</a></dt> |
| 1907 | +<dd><p>Save download with <a class="reference internal" href="#cmdoption--save-session"><code class="xref std std-option docutils literal"><span class="pre">--save-session</span></code></a> option |
| 1908 | +even if the file was not found on the server. This option also saves |
| 1909 | +control file in that situations. |
| 1910 | +Default: <code class="docutils literal"><span class="pre">true</span></code></p> |
| 1911 | +</dd></dl> |
| 1912 | + |
1904 | 1913 | <dl class="option"> |
1905 | 1914 | <dt id="cmdoption--gid"> |
1906 | 1915 | <code class="descname">--gid</code><code class="descclassname">=<GID></code><a class="headerlink" href="#cmdoption--gid" title="Permalink to this definition">¶</a></dt> |
@@ -2238,7 +2247,7 @@ <h3>Advanced Options<a class="headerlink" href="#advanced-options" title="Permal |
2238 | 2247 | <dl class="option"> |
2239 | 2248 | <dt id="cmdoption--socket-recv-buffer-size"> |
2240 | 2249 | <code class="descname">--socket-recv-buffer-size</code><code class="descclassname">=<SIZE></code><a class="headerlink" href="#cmdoption--socket-recv-buffer-size" title="Permalink to this definition">¶</a></dt> |
2241 | | -<dd><p>Set the maximum socket receive buffer in bytes. Specifing <code class="docutils literal"><span class="pre">0</span></code> |
| 2250 | +<dd><p>Set the maximum socket receive buffer in bytes. Specifying <code class="docutils literal"><span class="pre">0</span></code> |
2242 | 2251 | will disable this option. This value will be set to socket file |
2243 | 2252 | descriptor using <code class="docutils literal"><span class="pre">SO_RCVBUF</span></code> socket option with <code class="docutils literal"><span class="pre">setsockopt()</span></code> |
2244 | 2253 | call. Default: <code class="docutils literal"><span class="pre">0</span></code></p> |
@@ -4813,7 +4822,7 @@ <h2>COPYRIGHT<a class="headerlink" href="#copyright" title="Permalink to this he |
4813 | 4822 | <script type="text/javascript"> |
4814 | 4823 | var DOCUMENTATION_OPTIONS = { |
4815 | 4824 | URL_ROOT:'./', |
4816 | | - VERSION:'1.26.1', |
| 4825 | + VERSION:'1.27.0', |
4817 | 4826 | COLLAPSE_INDEX:false, |
4818 | 4827 | FILE_SUFFIX:'.html', |
4819 | 4828 | HAS_SOURCE: true |
|
0 commit comments