How to zip folder

Hi,

I have compressed a file into a zip file using the zip node,
but to compress a folder into a zip file, I don't know what to do !?

Any hint will be great.
Thanks.

You could possibly use an exec node. Make sure you pass the full path to the folder.

Can you please specify for me what the parameters of exec node are !?

I don't understand what you mean. Just put the zip command that you would use from the command line into the exec node and, unless you are feeding part or all of the command in via the payload, clear the Append Payload checkbox.

1 Like

Closing this thread as @minhhn0205 has started a new thread here: How to zip multiple files