- Status New
- Percent Complete
- Task Type Bug Report
- Category Base system
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Medium
- Reported Version All
- Due in Version Undecided
-
Due Date
Undecided
- Private
FS#3559 - uclient-fetch fails to download more than 2 files
uclient-fetch has support for downloading several files:
uclient-fetch URL1 URL2 URL3 ...
However, this only works for the first two URLs. The third and above URLs simply cause uclient-fetch to re-download the second URL again.
In addition, only the first URL is checked for validity. If a subsequent URL is invalid, then the previous URL is re-used:
uclient-fetch http://example.com invalid
This example will download http://example.com twice.