aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-download-manager.1
blob: 797afa8c001366ce6bbf327a34870e0abf4a1973 (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
.TH GNUNET-DOWNLOAD-MANAGER 1 "15 Jan, 2011" "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

$ alias gnunet\-download='gnunet\-download\-manager.scm download'

Other commands for the download manager include resume (resumes all
downloads), status (show status of pending downloads), killall (abort
all downloads), settings (for configuration) and help (print help text).

gnunet\-download\-manager is a scheme script and will only work if Guile
is available.

.SH BUGS
Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org>

.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).