
* mingw32: Gain privilege before opening files * Use standard percent-encode for tracker request query * Added file size overflow check for mmap on 32bit os * Fixed mmap failure check with MAP_FAILED flag * Faster seed/download on fast connection * Fix bug that evaluation of Peer::amChoking is negated * Don't unchoke peer which is not interested in us Add aria2-no-return-in-nonvoid-function.patch * Document that -o is always relative to -d option
#Aria2 no files found download#
* Ensure that lowest speed check is done even when download speed * Disable AI_ADDRCONFIG if no IPv4/IPv6 address is configured for * Set server status error on network failure in server * Try to use available URI if all pooled requests are sleeping * Fix frequent choke/unchoke message transmission * Fix frequent interested/not interested message transmission * Fix bug that causes bogus EOF connection failure in BitTorrent Message is equal to or less than the sum of have messages * Also send bitfield rather than have messages if bitfield * Send have message without too much delay
#Aria2 no files found update#
* Update third-party libraries for binary releases * Wed Trim filler phrases from description.Įxplicitly add BR:pkgconfig so pkgconfigdeps.sh can autocreate Drop no longer needed aria2-no-return-in-nonvoid-function.patch * Allow seconds for seed-time (fractional minutes) * Link external libraries to libaria2 with -enable-libaria2 * Log number of items loaded from input file

* Fix Dockerfile.raspberrypi to correctly decompress expat * Replace "/" with "-" in magnet dn name when used as in-memory * bash_completion: Add missing options which takes one of * aria2mon: Replace client.call with local method Targeting API level 21 or higher, as they include which are not * Also, the arm and x86 builds of ftruncate64 failed when Local copy of ftruncate64 is no longer needed. * The latest NDK versions support ftruncate64, so building a * Fix possible cause of crash if UDP tracker is used * Fix bug that file name is not logged with -conditional-get * Fix -Wexpansion-to-defined warning with clang-3.9 * Add -keep-unfinished-download-result option * Don't download piece which is filtered out (e.g., -select-file) * Document that libaria2 is not thread safe * The following options implement this substitution: * Expand $ to user's home directory in several options * Take into account address family when resolving DHT node address * Fix bug that lower bound of optimize-concurrent-downloads becomes 1 * Fix bug that -disable-websocket causes build error * Add option content-disposition-default-utf8

* Fix assertion failure in SimpleRandomizer::getRandomBytes

* Better error message when local file status cannot be retrieved * Wed Edited %files section to clear unpackaged files builderror in
#Aria2 no files found full#
* Propagate disk full error on pre-allocation to last error code * Fix compile error with toolchain which lacks IPV6_TCLASS * Clarify -max-concurrent-downloads option * Fix infinite loop bug when file is not found * Don't save control file if -auto-save-interval is 0. * This release fixes a bug that causes high CPU usage in mingw The engine in wasĪria2 currently supports HTTP, FTP, and BitTorrent. To speed up downloads with certain networks. Multiple URLs or multiple connections from one URL. It has a segmentedĭownloading engine in its core. Summary: Parallelizing Multi-Protocol Utility for Downloading FilesĪria2 is a utility for downloading files. You can have wget use the new location with the -trust-server-names flag.Aria2-1.33.1-lp152.4.10 RPM for x86_64 From OpenSuSE Leap 15.2 for x86_64 Name: aria2 I personally think this is a flaw in wget, which just so happened to meet your requirements in this case! wget does retry the new location but pretends the redirect never happens and uses the old name. Location: /item=10001/black-mageweave-robeĪ plain browser will follow the redirect and - according to the HTTP standard - will update the URI to match. However, it helpfully tells us: HTTP/1.1 301 Moved Permanently When you try to download item=10001 the server informs you that there is no such path on the server.

A clever text editor could also do this with a good search-and-replace operation. If you are using aria2 you probably have a lot of files to download and is already generating a list of files using some sort of script, so this should not be that difficult. Then use the file as an input: aria2c -i files.txt aria2 does not have a way to automatically behave like wget on every download, but you can get the name you want by creating a download list with options (note the mandatory whitespace before the option): Aria2 does not rename the files, wget does - more about that later.
