How do i set password to zip file in SSIS?

这一生的挚爱 提交于 2019-12-11 01:40:39

问题


I have compressed file by 7-zip using Execute Process Task in SSIS. Now i have to set password to zip file How can i achieve that ?


回答1:


I dont think this is a ssis issue. You have to take a look at 7zip command line user guide and check if this option is provided.

Also there are other useful links:

  • https://www.dotnetperls.com/7-zip-examples

Update 1

I think this is the link you are looking for

  • https://sevenzip.osdn.jp/chm/cmdline/switches/password.htm


来源:https://stackoverflow.com/questions/43362161/how-do-i-set-password-to-zip-file-in-ssis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!