The Ilias Downloader enables you to easily download the files from your Ilias account through a simple CLI.
IMPORTANT: In order to use the application you must have JDK version 11 or higher installed.
java -jar ilias-downloader-cli-$VERSION.jar <CLI options>
# required
-d,--dir <Directory> Directory for the sync (required)
# optional
-c,--select-courses show dialog to select courses to sync. Your choice will be saved.
-s,--max-size <arg> size limit in MiB per file download (exclusive). Your choice will be saved.
For more debug output add -Dlogback.configurationFile=logback-debug.xml
to the command line:
java -jar -Dlogback.configurationFile=logback-debug.xml ilias-downloader-cli-VERSION.jar <CLI options>