aria2c -S /home/se.torrent
Files:
idx|path/length
===+===========================================================================
1|./test.mkv
|283MiB (297,429,086)
---+---------------------------------------------------------------------------
I want to save the downloaded file as ok.mkv in /tmp.
aria2c -d /tmp -o ok.mkv /home/se.torrent
The downloaded name can't be changed into /tmp/ok.mkv ,it is still
/tmp/test.mkv when the command executed.
In manual of aria2c -h
,there is no strings such as:
NOTE:
You cannot specify a file name for Metalink or BitTorrent
downloads.
You are out of luck when attempting to rename
.torrent
files witharia2c
, from the man pages:Note that this information is not contained in the help given with the command:
but in the man pages that are read with the following:
With other types of files
aria2c
works very nicely and appropriately renames as directed:Sorry to be the bearer of bad news...