mulk (1) - Linux Manuals
mulk: Non-interactive multi-connection network downloader with image filtering and Metalink support.
NAME
mulk - Non-interactive multi-connection network downloader with image filtering and Metalink support.SYNOPSIS
mulk [OPTION]... [URL]...DESCRIPTION
Multi-connection command line tool for downloading Internet sites with image filtering and Metalink support. Similar to wget and cURL, but it manages up to 50 simultaneous and parallel links. Main features are: HTML code parsing, recursive fetching, Metalink retrieving, segmented download and image filtering by width and height. It is based on libcurl, libtidy and libxml2.GENERAL OPTIONS
- --version
- Show Mulk version number.
- -h, --help
- Show this help message.
- -q, --quiet
- Quiet (no output).
- -v, --verbose
- Verbosity enabled.
- -d, --depth
- Link depth when downloading Internet sites.
- -t, --option-file
- Text file with list of options. The file accepts only long options without '--'. The lines starting with '#' are skipped.
- -f, --url-file
- Text file with list of URLs to download. The lines starting with '#' are skipped.
- -l, --metalink-file
- Metalink XML file to download.
- --metalink-location
- Location origin of the file to download.
- --metalink-os
- Operating system of the file to download.
- -r, --report-file
- Generate a report in a text file.
- -c, --report-csv-file
- Generate a report in a CSV file.
- -p, --max-sim-conns-per-host
- Maximum simultaneous connections per each host (default = 2, max value = 5).
- -m, --max-sim-conns
- Maximum simultaneous connections (default = 50, maxvalue = 50).
- -x, --disable-site-save
- Don't save whole site tree to disk (enabled by default).
- -g, --save-gif-image
- Save only GIF images.
- -n, --save-png-image
- Save only PNG images.
- -j, --save-jpeg-image
- Save only JPEG images.
IMAGE OPTIONS (active only with -g, -n or -j)
- --min-image-width WIDTH
- Minimum image width.
- --max-image-width WIDTH
- Maximum image width.
- --min-image-height HEIGHT
- Minimum image height.
- --max-image-height HEIGHT
- Maximum image height.
- --output-dir OUTPUTDIR
- Output directory to save images.
BUGS
Please report any bugs using the bug reporting form on the Mulk web site: http://sourceforge.net/projects/mulkAUTHOR
Emanuele Bovisio <pocoyo [at] users.sourceforge.net> wrote this manpage.Mulk was written by Emanuele Bovisio.