Open exonent opened 6 years ago
There's a fork here that allows for password encrypt / decrypt
$cordovaZeep.unzip({
from : zip,
to : extracted,
password : 'your-password'
}).then(function() {
console.log('unzip success!');
}, function(e) {
console.log('unzip error: ', e);
});
Thx Mate! im going to try it!! :)
Hello!
Thx for the plugin. I need to unzip my file using a password. Can I do with your plugin? Whats the command to do "if i can"?
Thx Again!