SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Problem with Password

Last post 10-06-2008 8:28 PM by JohnReilly. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 09-30-2008 3:53 PM

    • Elohim
    • Not Ranked
    • Joined on 09-30-2008
    • Posts 1

    Problem with Password

    Hi there, I've a problem with Password of ZipOutputStream. I updated from version 0.81 to version 0.85, but now the password I put in the ZIP file doesn't work. In 0.81 this works fine, but now, I copy paste the password and I'm not able to unzip it using winrar. ZipOutputStream zip = new ZipOutputStream(File.Create(ZIPFile)); (...) ZipEntry entry = new ZipEntry(XMLFile); entry.DateTime = DateTime.Now; entry.CompressionMethod = CompressionMethod.Deflated; (...) zip.Password = Password; zip.PutNextEntry(entry); (...) Any suggestion?
  • 10-06-2008 8:28 PM In reply to

    Re: Problem with Password

    Hi,

    I dont know whats going wrong!  More digging required it seems.

     

    Cheers, -jr-

     

Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.