I am looking to download a single torrent file containing several items of interest. Note: I am ultimately after the items of interest, not the torrent file itself.
I understand that aria is capable of downloading the same set of files from multiple sources, and I would like to do so because the files are huge.
I have access to: the torrent file download link, the torrent magnet link, and a local copy of the torrent file. Q1: is this the limit on how 'fast' I can download the torrent files?
Q2: What is the proper syntax for utilizing all sources to download the set of files? So far I have:
$ aria2c --torrent-file=$HOME/Downloads/torrent_name.torrent 'magnet_link' --follow-torrent=True 'url_to_torrent.torrent'
As always I think I'm mucking something up. Thoughts very welcome. Cheers.