Zip into multiple files; MBS, Chilkat;

I have to zip Excel files password protected into max. 5MB splitted files.
As I found Chilkat does this not, as it seems to much work to be done to implement this.

Does MBS Compression Plugin is able to zip into multiple zip files?
Any hint to the property for this?

Thanks in advance,
regards

Yes. Check out examples in Archive folder to use our newer Archive classes.

For the password, use ArchiveWriterMBS class and call SetPassphrase(Password as String) method.

For each file, call WriteHeader and call WriteData methods.