-
How about creating alias?
alias aria2c='http_proxy="" https_proxy="" ftp_proxy="" aria2c'
You can put the above line in config file, for example, .bashrc if you use bash.
2010-01-05 14:43:49 UTC by t-tujikawa
-
If I specify magnet link and use option --bt-save-metadata aria2c download torrent and its content. But if I want only download torrent (for using it in some other client, for example) I can't say aria2c to not downloading content. Option --follow-torrent=false does'nt work in this case. Also, when saving torrent it will be very useful to add a "nodes" field with DHT peers if torrent is...
2010-01-05 13:36:30 UTC by nobody
-
I'm also really missing the windows binaries. Would love to see them back!
2010-01-04 00:41:44 UTC by boxstar99
-
I don't think aria2 deletes file by default configuration. What is the exact message printed in the console?
I think the most relevant option is --allow-overwrite option, but its default value is false, which means no overwrite.
Currently there is no plan to add ed2k.
2010-01-02 10:59:48 UTC by t-tujikawa
-
It seems a bug. but acturally not.
When all servers down, it will ask me to delete the file which is not complete or not. but there is the .aria2 file found. I think the default choice should be "NO". but you set it to "YES" . I don't known why? And there is no options to switch the feather.
I am a archlinux user, and I used powerpill which is a wrap of aria2c to update my system. with...
2010-01-02 05:55:00 UTC by holmescn
-
phasenoise made 2 file-release changes.
2009-12-31 17:10:02 UTC by phasenoise
-
-Z option doesn't disable all option=value pairs, but it disables out option.
I'll document those options that are disabled by -Z, or add warning when out option is found along with -Z.
2009-12-31 08:28:04 UTC by t-tujikawa
-
Ah, so -Z completely turns off interpretation of the indented lines with option=value pairs? That's rather unexpected. Yes, aria2c did the RightThing(TM) without -Z, by I'm not sure why. Does -Z even make sense with -i? If not then a warning should be printed when these options are used together.
2009-12-31 01:19:03 UTC by rulatir
-
antbryan committed revision 1785 to the aria2 - CLI Metalink/BitTorrent client SVN repository, changing 1 files.
2009-12-30 18:50:48 UTC by antbryan
-
When -Z is given, out option is ignored. This is because each line in -i input list is treated as URIs given in command-line. Could you try without -Z option?.
2009-12-30 02:02:49 UTC by t-tujikawa