Unzip file protected with a password

Hello wM.io community. I am receiving a csv zipped file from a client, protected with a password, which I’m recovering with an SFTP connector.

I’m on cloud hosted webmethods.io integration, and the only function to unzip the file are gzip, and not zip, and I cannot find where to put the password either. Do you know if there’s a function to do this ?

Thank you very much in advance

Karen

Try this shell command : “unzip -P your-password zipfile.zip” in a work flow or try with a node.js script to build a custom connector.

Thank you Sandeep. Well, the option node.js was what fit the best, but I ended up using a PGP for the file transfer. Much better.
Cheers
KLD