create missing directories for 'part-directory'

also some code improvements regarding downloader config values
This commit is contained in:
Mike Fährmann
2017-10-26 22:11:36 +02:00
parent 035ef655f1
commit 707b15b586
4 changed files with 23 additions and 20 deletions

View File

@@ -112,7 +112,11 @@ downloader.part-directory
=========== =====
Type ``string``
Default ``null``
Description Path to an existing directory to store ``.part`` files in.
Description Alternate location for ``.part`` files.
Missing directories will be created as needed.
If this value is ``null``, ``.part`` files are going to be stored
alongside the actual output files.
=========== =====