aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-download.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-download.1')
-rw-r--r--doc/man/gnunet-download.135
1 files changed, 31 insertions, 4 deletions
diff --git a/doc/man/gnunet-download.1 b/doc/man/gnunet-download.1
index 1c7776ff1..51bb1473b 100644
--- a/doc/man/gnunet-download.1
+++ b/doc/man/gnunet-download.1
@@ -1,3 +1,26 @@
1.\" This file is part of GNUnet.
2.\" Copyright (C) 2001-2019 GNUnet e.V.
3.\"
4.\" Permission is granted to copy, distribute and/or modify this document
5.\" under the terms of the GNU Free Documentation License, Version 1.3 or
6.\" any later version published by the Free Software Foundation; with no
7.\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
8.\" copy of the license is included in the file
9.\" ``FDL-1.3''.
10.\"
11.\" A copy of the license is also available from the Free Software
12.\" Foundation Web site at @url{http://www.gnu.org/licenses/fdl.html}.
13.\"
14.\" Alternately, this document is also available under the General
15.\" Public License, version 3 or later, as published by the Free Software
16.\" Foundation. A copy of the license is included in the file
17.\" ``GPL3''.
18.\"
19.\" A copy of the license is also available from the Free Software
20.\" Foundation Web site at @url{http://www.gnu.org/licenses/gpl.html}.
21.\"
22.\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
23.\"
1.Dd January 31, 2016 24.Dd January 31, 2016
2.Dt GNUNET-DOWNLOAD 1 25.Dt GNUNET-DOWNLOAD 1
3.Os 26.Os
@@ -48,19 +71,23 @@ Note that complete files that are part of an incomplete recursive download will
48Without this option, terminating gnunet-download with a signal will cause incomplete downloads to stay on disk. 71Without this option, terminating gnunet-download with a signal will cause incomplete downloads to stay on disk.
49If gnunet-download runs to (normal) completion finishing the download, this option has no effect. 72If gnunet-download runs to (normal) completion finishing the download, this option has no effect.
50.It Fl h | \-help 73.It Fl h | \-help
51Print help page 74Print the help page.
52.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 75.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
53Change the loglevel. 76Change the loglevel.
54Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG. 77Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG.
55.It Fl n | \-no-network 78.It Fl n | \-no-network
56Only search locally, do not forward requests to other peers. 79Only search locally, do not forward requests to other peers.
57.It Fl o Ar FILENAME | Fl \-output= Ns Ar FILENAME 80.It Fl o Ar FILENAME | Fl \-output= Ns Ar FILENAME
58Write the file to FILENAME. 81Write the file to
82.Ar FILENAME .
59Hint: when recursively downloading a directory, append a '/' to the end of the FILENAME to create a directory of that name. 83Hint: when recursively downloading a directory, append a '/' to the end of the FILENAME to create a directory of that name.
60If no FILENAME is specified, gnunet-download constructs a temporary ID from the URI of the file. 84If no FILENAME is specified, gnunet-download constructs a temporary ID from the URI of the file.
61The final filename is constructed based on meta-data extracted using libextractor (if available). 85The final filename is constructed based on meta-data extracted using
86.Xr libextractor 1
87(if available).
62.It Fl p Ar DOWNLOADS | Fl \-parallelism= Ns Ar DOWNLOADS 88.It Fl p Ar DOWNLOADS | Fl \-parallelism= Ns Ar DOWNLOADS
63Set the maximum number of parallel downloads that is allowed. 89Set the maximum number of allowed parallel downloads to
90.Ar DOWNLOADS .
64More parallel downloads can, to some extent, improve the overall time to download content. 91More parallel downloads can, to some extent, improve the overall time to download content.
65However, parallel downloads also take more memory (see also 92However, parallel downloads also take more memory (see also
66.Fl r 93.Fl r