webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Unzip file protected with a password

    Posted Thu May 16, 2024 09:30 AM

    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


    #webMethods-cloud
    #webMethods
    #webMethods-io-Integration


  • 2.  RE: Unzip file protected with a password

    Posted Thu May 16, 2024 05:00 PM

    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.


    #webMethods
    #webMethods-cloud
    #webMethods-io-Integration


  • 3.  RE: Unzip file protected with a password

    Posted Mon May 27, 2024 03:25 AM

    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


    #webMethods
    #webMethods-cloud
    #webMethods-io-Integration