cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Reading compressed file and writing compressed files

sp41832
New Contributor

Can we read a compressed password protected file and extract ?

Vice versa can we read a file compress it and make it password protected?

2 REPLIES 2

Ajay_Chawda
Contributor

Hi Sailesh,
iโ€™m also having same requirement,did you get any solution?

cstewart
Former Employee

SnapLogic has the ability to read and write zipped files, under the covers using the standard Java zip classes. Those classes donโ€™t support the use of password protection. If you need to compress/decompress password protected zip files, you will need to use some other utility.
If you have the java libraries which support password protected files, you could use the script Snap to use those classes in the Jython implementation. You could also use the Script snap (on a Groundplex) to use a third party utility at the command line.