I am trying to read a password file present on a SFTP server and write it back to my local disk using Boomi.
But as per an old official documentation,
Creating or unzipping archives that are password protected is not supported.
I tried using Groovy script to handle it but I am unable to understand how to consume the document read by SFTP connector in my Groovy script and then write it back to disk.
I was wondering if some here in community has faced similar challenge and was able to find a solution.