aria2c -S /home/se.torrent
Files:
idx|path/length
===+===========================================================================
1|./test.mkv
|283MiB (297,429,086)
--- + -------------------------------------------------- -----------------------------
Je veux enregistrer le fichier téléchargé sous ok.mkv dans/tmp.
aria2c -d /tmp -o ok.mkv /home/se.torrent
Le nom téléchargé ne peut pas être changé en /tmp/ok.mkv, il est toujours
/tmp/test.mkv lorsque la commande a été exécutée.
Dans le manuel de aria2c -h
, il n'y a pas de chaînes telles que:NOTE: You cannot specify a file name for Metalink or BitTorrent downloads.
Vous ne pouvez pas tenter de renommer les fichiers .torrent
avec aria2c
, à partir des pages de manuel:
-o, --out=<FILE>
The file name of the downloaded file. When the
--force-sequential option is used, this option is ignored.
NOTE:
You cannot specify a file name for Metalink or BitTorrent
downloads.
Notez que cette information est non contenue dans l'aide fournie avec la commande:
aria2c -h
mais dans les pages de manuel qui se lisent comme suit:
man aria2c
Avec d'autres types de fichiers, aria2c
fonctionne très bien et renomme comme il est indiqué:
andrew@athens:~$ aria2c -d $HOME/test -o testing.jpg http://www.andrews-corner.org/images/fluxbox.jpg
[#3f8528 32KiB/417KiB(7%) CN:1 DL:87KiB ETA:4s]
06/24 18:29:14 [NOTICE] Download complete: /home/andrew/test/testing.jpg
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
3f8528|OK | 312KiB/s|/home/andrew/test/testing.jpg
Status Legend:
(OK):download completed.
Désolé d'être le porteur de mauvaises nouvelles ...