webui-aria2
webui-aria2 copied to clipboard
How to rename?
Hello, how can I give a different name to the file being downloaded? Thanks, Dan
In short:
--out=<filename>
Full description:
<task1url> <mirror1> <mirror2> ... --out=<local-name>
<task2url> --out=<another-name>
In short:
--out=<filename>Full description:
<task1url> <mirror1> <mirror2> ... --out=<local-name> <task2url> --out=<another-name>
Thanks and in the GUI where shall I write —out=
Yes, it is analog to the command line interface of aria 2. All task-wise fields should be able to be specified like this. You can also quote spaces here, but support for quoting quotation marks is buggy.
Thank you for the hint! Nevertheless, it would be great to have an extra text box next to the download uri box to save time and extra typing, since this might be the most frequent case for users to rename the file without having to store the string somewhere else waiting for the download to finish.
@gl-dev saving as-is is way more used, and IIRC aria2 honors filename parameter of Content-Disposition header.
And there is out in "Advanced settings" provided as-is by aria2c command line. The option name might come from wget or curl (they by default prints response to terminal.)
What's more, let me remind you that this project is not in rapid development. Last commit is April 2020. Like Latin, few people use aria2, then not many progresses need to be made.