Giter VIP home page Giter VIP logo

Comments (6)

EruditePig avatar EruditePig commented on May 20, 2024

can you show some sample code? I use this lib, but didn't have this problem.

from bit7z.

Jin-Whu avatar Jin-Whu commented on May 20, 2024

ftp://ftp.unibe.ch/aiub/CODE/COPG1420.17I.Z, can you try this file? Thanks!

from bit7z.

EruditePig avatar EruditePig commented on May 20, 2024

no i cann't download it. you can try www.codeshare.io, it is a good code share website.

from bit7z.

EruditePig avatar EruditePig commented on May 20, 2024

maybe this filename has two dots?
you can delete one dot, and try again.

from bit7z.

rikyoz avatar rikyoz commented on May 20, 2024

Hi everyone!
The problem is simply this: the Z format (like bzip2 and unlike gzip) doesn't store the name of the original file in the archive (as you may know, all Z, bzip2 and gzip allow compression of only a single file!).
This means that, when extracting a .Z archive, 7-zip (and then bit7z) doesn't know which name give to the extracted file! Now, the 7-zip File Manager handles this situation by giving to the extracted file the same name of the archive file, but without the archive extension (e.g. example.jpg.Z will be extracted as example.jpg, as well as example.Z will be extracted as example).
However, bit7z was initially based on the sample source code Client7z.cpp of 7-zip , which instead uses that string, "[Content]", as a placeholder for the name of the extracted file.
Until now I was more interested in solving other issues, so I didn't change that behavior.
I plan to solve this issue in the next milestone v2.2, implementing the same behavior of 7-zip File Manager.

from bit7z.

Jin-Whu avatar Jin-Whu commented on May 20, 2024

Thank you! Look forward to the next version!

from bit7z.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.