Thread: [Developer Feedback required] Can a download be started from the Linux Commandline?
View Single Post
  #2  
Old 09.12.2018, 09:22
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

You can get a list of the available CLI parameters using:
Code:
java -jar jdownloader.jar -help

JD can be accessed remotely using WebUI:
Code:
https://my.jdownloader.org/
.
Reply With Quote