This repository was archived by the owner on Dec 13, 2020. It is now read-only.

Description
When I first download an entire container with turbolift -c X --directory /tmp/ it fetches all objects and creates the directory-structure locally. For instance
/tmp/abc/image.png
/tmp/abc/sound.wav
/tmp/xyz/bla.txt
Then I remove /tmp/xyz (the entire directory) locally and run turbolift -c X --directory /tmp/ --sync.
Expected behavior: /tmp/xyz/bla.txt is created locally again
Actual behavior: /tmp/xyz/ is created, but it is empty
turbolift version 3.0.0.