Scroll to navigation

GNUNET-DOWNLOAD-MANAGER(1) General Commands Manual GNUNET-DOWNLOAD-MANAGER(1)

NAME

gnunet-download-manager - manage downloads across sessions

SYNOPSIS

gnunet-download-manager [options]

DESCRIPTION

gnunet-download-manager 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'

The options for the download manager include:

download
resumes all downloads
show status of pending downloads
abort all downloads
for configuration
print help text

gnunet-download-manager is a Scheme script and will only work if GNU Guile is available.

EXAMPLES

(add-hook! *completed-download-hook* completed-download-notification-hook)

downloads.

FILES

~/.gnunet-download-manager.scm
Configuration file.

BUGS

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

Furthermore it is assumed that gnunet-download-manager is no longer working correctly with Guile 2.2 series or current GNUnet, bugfixes are welcome.

SEE ALSO

gnunet-download(1) The full documentation for gnunet is maintained as a Texinfo manual. If the info and gnunet programs are properly installed at your site, the command

info gnunet

should give you access to the complete handbook,

info gnunet-c-tutorial

will give you access to a tutorial for developers.

Depending on your installation, this information is also available in gnunet(7) and gnunet-c-tutorial(7).

HISTORY

AUTHORS

gnunet-download-manager was contributed by Ludovic Courtes in 2004.

October 26, 2018 GNUnet