aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-download-manager.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-download-manager.1')
-rw-r--r--doc/man/gnunet-download-manager.169
1 files changed, 50 insertions, 19 deletions
diff --git a/doc/man/gnunet-download-manager.1 b/doc/man/gnunet-download-manager.1
index 797afa8c0..7cc6dbffb 100644
--- a/doc/man/gnunet-download-manager.1
+++ b/doc/man/gnunet-download-manager.1
@@ -1,36 +1,64 @@
1.TH GNUNET-DOWNLOAD-MANAGER 1 "15 Jan, 2011" "GNUnet" 1.TH GNUNET-DOWNLOAD-MANAGER 1 "October 26, 2018" "GNUnet"
2
3.SH NAME 2.SH NAME
4gnunet-download-manager \- manage downloads across sessions 3gnunet-download-manager \- manage downloads across sessions
5
6.SH SYNOPSIS 4.SH SYNOPSIS
7.B gnunet\-download\-manager 5.B gnunet\-download\-manager
8.RI [ options ] 6.RI [ options ]
9.br 7.br
10
11.SH DESCRIPTION 8.SH DESCRIPTION
12\fBgnunet\-download\-manager\fP is a script that can be used to track 9\fBgnunet\-download\-manager\fP is a script that can be used to track
13download sessions. It makes the process of resuming downloads after a 10download sessions.
14system reboot easier. A typical use is to define an alias (depending 11It makes the process of resuming downloads after a system reboot
15on your shell) of the form 12easier.
16 13A typical use is to define an alias (depending on your shell) of the
14form:
15.TP
17$ alias gnunet\-download='gnunet\-download\-manager.scm download' 16$ alias gnunet\-download='gnunet\-download\-manager.scm download'
18 17.PP
19Other commands for the download manager include resume (resumes all 18The options for the download manager include:
20downloads), status (show status of pending downloads), killall (abort 19.TP
21all downloads), settings (for configuration) and help (print help text). 20.B download
22 21download
23gnunet\-download\-manager is a scheme script and will only work if Guile 22.TP
24is available. 23.B resume
25 24resumes all downloads
25.TP
26.B status
27show status of pending downloads
28.TP
29.B killall
30abort all downloads
31.TP
32.B settings
33for configuration
34.TP
35.B help
36print help text
37.PP
38gnunet\-download\-manager is a Scheme script and will only work if GNU
39Guile is available.
40.SH EXAMPLES
41(add-hook! *completed-download-hook* completed-download-notification-hook)
42.TP
43Add this to the configuration file to be notified of completed
44downloads.
45.SH FILES
46.TP
47~/.gnunet-download-manager.scm
48Configuration file.
26.SH BUGS 49.SH BUGS
27Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org> 50Report bugs by using mantis <https://gnunet.org/bugs/> or by sending
28 51electronic mail to <gnunet-developers@gnu.org>.
52.PP
53Furthermore it is assumed that gnunet-download-manager is no longer
54working correctly with Guile 2.2 series or current GNUnet, bugfixes
55are welcome.
29.SH SEE ALSO 56.SH SEE ALSO
30gnunet\-download(1) 57gnunet\-download(1)
31The full documentation for 58The full documentation for
32.B gnunet 59.B gnunet
33is maintained as a Texinfo manual. If the 60is maintained as a Texinfo manual.
61If the
34.B info 62.B info
35and 63and
36.B gnunet 64.B gnunet
@@ -47,3 +75,6 @@ will give you access to a tutorial for developers.
47Depending on your installation, this information is also 75Depending on your installation, this information is also
48available in 76available in
49\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7). 77\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).
78.SH HISTORY
79.SH AUTHORS
80gnunet\-download\-manager was contributed by Ludovic Courtes in 2004.