1
2mulk(1)                              0.4.1                             mulk(1)
3
4
5

NAME

7       mulk  -  Non-interactive multi-connection network downloader with image
8       filtering and Metalink support.
9

SYNOPSIS

11       mulk [OPTION]... [URL]...
12

DESCRIPTION

14       Multi-connection command line tool for downloading Internet sites  with
15       image  filtering and Metalink support. Similar to wget and cURL, but it
16       manages up to 50 simultaneous and parallel links.  Main  features  are:
17       HTML  code  parsing, recursive fetching, Metalink retrieving, segmented
18       download and image filtering by width  and  height.   It  is  based  on
19       libcurl, libtidy and libxml2.
20
21

GENERAL OPTIONS

23       --version
24              Show Mulk version number.
25
26       -h, --help
27              Show this help message.
28
29       -q, --quiet
30              Quiet (no output).
31
32       -v, --verbose
33              Verbosity enabled.
34
35       -d, --depth
36              Link depth when downloading Internet sites.
37
38       -t, --option-file
39              Text  file  with  list  of  options.  The file accepts only long
40              options without '--'.  The lines starting with '#' are skipped.
41
42       -f, --url-file
43              Text file with list of URLs to download. The lines starting with
44              '#' are skipped.
45
46       -l, --metalink-file
47              Metalink XML file to download.
48
49           --metalink-location
50              Location origin of the file to download.
51
52           --metalink-os
53              Operating system of the file to download.
54
55       -r, --report-file
56              Generate a report in a text file.
57
58       -c, --report-csv-file
59              Generate a report in a CSV file.
60
61       -p, --max-sim-conns-per-host
62              Maximum simultaneous connections per each host (default = 2, max
63              value = 5).
64
65       -m, --max-sim-conns
66              Maximum simultaneous connections (default = 50, maxvalue = 50).
67
68       -x, --disable-site-save
69              Don't save whole site tree to disk (enabled by default).
70
71       -g, --save-gif-image
72              Save only GIF images.
73
74       -n, --save-png-image
75              Save only PNG images.
76
77       -j, --save-jpeg-image
78              Save only JPEG images.
79

IMAGE OPTIONS (active only with -g, -n or -j)

81           --min-image-width WIDTH
82              Minimum image width.
83
84           --max-image-width WIDTH
85              Maximum image width.
86
87           --min-image-height HEIGHT
88              Minimum image height.
89
90           --max-image-height HEIGHT
91              Maximum image height.
92
93           --output-dir OUTPUTDIR
94              Output directory to save images.
95

BUGS

97       Please report any bugs using the bug reporting form  on  the  Mulk  web
98       site: http://sourceforge.net/projects/mulk
99
100

SEE ALSO

102       Additional  information  and the latest version is available at the web
103       site: http://sourceforge.net/projects/mulk
104
105

AUTHOR

107       Emanuele Bovisio <pocoyo@users.sourceforge.net> wrote this manpage.
108
109       Mulk was written by Emanuele Bovisio.
110
111
112
113Version                            May 2009                            mulk(1)
Impressum