1TUCAN(1)                         Tucan Manager                        TUCAN(1)
2
3
4

NAME

6       tucan - download and upload manager for hosting sites
7
8

SYNOPSIS

10       tucan [OPTIONS]
11
12

DESCRIPTION

14       Tucan is a free and open source application designed for automatic man‐
15       agement of downloads and uploads at hosting sites like:
16
17          rapidshare.com,   megaupload.com,    gigasize.com,    mediafire.com,
18          4shared.com,     sendspace.com,     zshare.net,     filefactory.com,
19          easy-share.com, badongo.com, depositfiles.com, hotfile.com, ...
20
21

OPTIONS

23       Tucan can be used through a Graphical User Interface (GUI) or through a
24       Command  Line  Interface (CLI).  Running Tucan without options makes it
25       starts its GUI but with an option makes it starts its CLI.
26
27       The following options are to use Tucan through its CLI.
28
29
30       Generic Program Information
31          -h, --help
32                Print a usage message briefly summarizing  these  command-line
33                options and then exit.
34
35          -V, --version
36                Print the version number of tucan to the standard output. This
37                version number should be included in all bug reports.
38
39
40       Configuration Options
41          -w TYPE, --wizard=TYPE
42                Configure some Tucan options. Available TYPEs:
43                      - accounts   configure premium accounts.
44                      - services   enable/disable services.
45                      - updates    launch the Update Manager.
46
47
48       Common Options
49          -c, --cli
50                command line interface.
51
52          -d, --daemon
53                no interaction interface.
54
55          -v, --verbose
56                print all log to stdout.
57
58
59       Download Options
60          -i FILE, --input-links=FILE
61                import links from FILE.
62
63                The FILE format is pretty simple:
64                      - Plain text.
65                      - A link per line.
66                      - Lines beginning with # are  ignored  (are  treated  as
67                      comments).
68
69

FILES

71       $HOME/.tucan/tucan.conf
72             Tucan settings.
73
74       $HOME/.tucan/tucan.log
75             Tucan log.
76
77

EXAMPLES

79       Update services:
80       tucan --wizard updates
81          or
82       tucan -w updates
83
84
85       Enable (or Disable) services:
86       tucan --wizard services
87          or
88       tucan -w services
89
90          and follow the instructions on screen.
91
92
93       Configure premium accounts:
94       tucan --wizard accounts
95          or
96       tucan -w accounts
97
98          and follow the instructions on screen.
99
100
101       Simple download with CLI (see above for FILE format):
102       tucan --cli --input-links file.txt
103          or
104       tucan -c -i file.txt
105
106
107       Simple  download without interaction interface (see above for FILE for‐
108       mat):
109       tucan --daemon --input-links file.txt
110          or
111       tucan -d -i file.txt
112
113

SEE ALSO

115       <http://tucaneando.com/>
116       <http://doc.tucaneando.com/>
117       <http://blog.tucaneando.com/>
118       <http://forums.tucaneando.com/>
119       <https://forja.rediris.es/projects/cusl3-tucan/>
120
121
123       (C) 2008-2009 The Tucan Project.
124
125
126
127GPL                            November 10, 2008                      TUCAN(1)
Impressum