Extract with directory structure?

(imported topic written by Brandon91)

I was making some changes to a task by; extracting the tmp, changing it, re-compressing it, then replacing the one in the uploads directory on the server with the new one. I regnereated a sha1 value and all that jaz and updated the task action. The file extracts to the client fine with one exception; when it extracts on the client it will not extract the directory structure with it. It simply extracts every file in the archive to the __download directory regardless of the directory structure of the compressed file. If I extract the compressed file manually using bfarchive.exe it does extract it with the directory structure so Im not sure why this wont work on the client. Any idea??

(imported comment written by BenKus)

Hey Brandon,

Are you saying that the directory structure is not preserved at all? Or that the initial folder is not preserved?

For example, if you made a package with the files in the folder1:

folder1\file1.ext

folder1\file2.ext

folder1\folder2\file3.ext

Are you saying you are seeing all 3 files in the __download? Or just file1.ext and file2.ext and the folder “folder2” with file3.ext?

Ben