Wednesday, April 24, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 3028  / 2 Years ago, wed, april 13, 2022, 7:20:58

I need to stop/start download through shell script in Azureus(Vuze).
I know there is CLI and I can invoke it as



java -jar Azureus2-XXX.jar --ui=console


The ? will show a list of commands I can use. To get a list of torrents,



show torrents


etc. But it is CLI. I need shell script to do that so How I can use it to stop/start downloads through shell script?



Is there any way to do that?


More From » 11.04

 Answers
1

So far I found Flush which has command-line options which does my job but it has very less functionality compared to others.



I use Flush to start or stop torrent downloads of running instance through terminal.



I can use these options with flush.



  --start={all,downloads,uploads}     Start torrents  
--stop={all,downloads,uploads} Stop torrents


note: I didn't find anyway to do this in Vuze.


[#38256] Wednesday, April 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
feeous

Total Points: 102
Total Questions: 122
Total Answers: 119

Location: Netherlands
Member since Thu, Jul 1, 2021
3 Years ago
;