Documentation
¶
Overview ¶
Package option gathers some of the options that the aria2 client (and the daemon) may take in argument. Full list on https://aria2.github.io/manual/en/html/aria2c.html#id2
For a custom option, simply do argo.Option{"key": "value"}
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dst ¶
Dst sets the destination file (combination of Dir and Out).
func Out ¶
Out sets the file name of the downloaded file. It is always relative to the directory given in --dir option. When the --force-sequential option is used, this option is ignored.
Note: You cannot specify a file name for Metalink or BitTorrent downloads. The file name specified here is only used when the URIs fed to aria2 are given on the command line directly, but not when using --input-file, --force-sequential option.
Types ¶
This section is empty.
Source Files
¶
- option.go