Skip to main content
Question

Encrypt a zipfile

  • April 20, 2016
  • 1 reply
  • 35 views

nrich_defra
Contributor
Forum|alt.badge.img+6

Hi,

We are trying to generate an encrypted zip file containing the output from a workbench.

It seems this isn't as easy as anticipated, does anyone have a solution for this that can be deployed onto FME Server 2015.0?

One option is to have a python shutdown script that calls 7zip, is it possible to install 7zip via the server GUI, in the engine>plugins section for example, and then reference it within the python script?

Regards,

Nick

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

stalknecht
Contributor
Forum|alt.badge.img+22
  • Contributor
  • April 26, 2016

There is a 7za.exe in <fme server install folder>\\Utilities\\ you can use. You can use a Systemcaller or a Pythonscript to use this one.