I want to be able to download specific file from a magnet/.torrent (not all the files) using a cli client for my headless server. I know that GUI clients usually have this option but was looking for a command line tool.
Though this question answers on the options available, it doesn't cater to this specific question
transmission
has a CLI tool and it should be part of the Ubuntu repositores:sudo apt-get install transmission-cli
Once installed seeman transmission-daemon
andman
man transmission-remote` – codlord Feb 20 '21 at 15:49