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