Skip to content

When downloading a file, check first that the parent directory structure exists first

Liam Monahan requested to merge issue-22 into master

When downloading a file, check first that the parent directory structure exists first. Otherwise, we'll get an I/O error when writing the file to the local filesystem.

Fixes #22 (closed).

Merge request reports