Unzip password protected Zip file in SSIS

Posted by MarcoF on Stack Overflow See other posts from Stack Overflow or by MarcoF
Published on 2010-05-24T12:14:06Z Indexed on 2010/05/24 12:21 UTC
Read the original article Hit count: 287

Filed under:

Does anyone know how to Unzip password protected files in an SSIS package?

We have an SSIS package that currently use java.util.zip to unzip zip file and has been working perfectly for some time now. They now want to password protect the files and unfortunetly this library cannot do it.

We are using a SQL server 2008 with .Net 3.5 on the windows server 2008 R2.

© Stack Overflow or respective owner

Related posts about ssis