1wxDownload Fast(1) wxDownload Fast(1)
2
3
4
6 wxDownload Fast - a multithread download manager created using the
7 wxWidgets library.
8
9
11 wxdfast [options] [URL]
12
13
14 [URLS],
15 Urls space separeted of the files to be downloaded. Ex:
16 www.foo.com/foo.exe ftp://ftp.foo.com/foo2.exe
17 http://foo.com:8080/foo3.exe
18
19
21 The wxDownload Fast is a multithread download manager that has the fol‐
22 low characteristics:
23
24 * Faster downloads (with Segmented/Multi-threaded/Accelerated trans‐
25 fers)
26
27 * Download resuming (Pause and restart where you stopped)
28
29 * Download scheduling
30
31 * Organizes files you have already downloaded
32
33 * View server messages (HTTP, FTP, file://). No HTTPS support.
34
35 * Available in multiple languages and easily translated. Now available
36 in Portuguese [Brazil], Spanish, English and German
37
38 * Connection to FTP servers which require a password
39
40 * Calculates the MD5 checksum of downloaded files so they can be easily
41 verified
42
43
45 --hide,
46 Start with the the main frame hide
47
48
49 --notray,
50 Don't show the icon on system tray
51
52
53 -list TEXTFILE, --list=TEXTFILE,
54 Parse a text file with the list of files to download
55
56
57 -destination DIR, --destination=DIR,
58 Destination directory
59
60
61 -reference URL, --reference=URL,
62 Parse a URL that will be set as a reference URL
63
64
65 -comments COMMENTS, --comments=COMMENTS,
66 Add comments for the download
67
68
70 To activate the Firefox integration, do the follow:
71
72 1) Install the FlashGot extension to the Firefox(www.flash‐
73 got.org/getit)
74
75 2) After restart the Firefox, go to Tools -> FlashGot -> More Options
76
77 3) Now select the wxDownload Fast on the Download Manager's List
78
79
80
81Max Velasques 0.3.0 wxDownload Fast(1)