On FME Server I am not able to obtain a zipped output file within the data download url. In the log it does show that the file is created, but it doesn't return in the download url.
So to clarify, say I create a couple of files in my workbench:
1. file1.csv
2. file2.zip (directly containing e.g. file1.csv)
3. file3.txt
When I run the workspace locally, all of the files are created and placed in the specified outputfolder. If however I publish the workspace to FME Server I obtain a download link to a zipfile that only contains file1.csv and file3.txt
Any ideas on what I'm doing wrong? Or is it maybe just not possible to use the data download service in combination with zipped output files?
N.b. From browsing the forum, maybe the issue is related to: https://safesoftware.cloud.answerhub.com/questions/93696/fme-datastreaming-not-returning-zip-file.html