|
About
ABOUTfuse-zip is a FUSE file system to navigate, extract, create and modify ZIP archives based in libzip implemented in C++. With fuse-zip you really can work with ZIP archives as real directories. Unlike KIO or Gnome VFS, it can be used in any application without modifications. Unlike other FUSE filesystems, only fuse-zip provides write support to ZIP archives. Also, fuse-zip is faster that all known implementations on large archives with many files. AUTHORAlexander Galanin
LICENSEfuse-zip are licensed under GNU LGPL v3 or later. USAGE$ mkdir /tmp/zipArchive $ fuse-zip foobar.zip /tmp/zipArchive (do something with the mounted file system) $ fusermount -u /tmp/zipArchive Look at /var/log/user.log in case of any errors. PERFORMANCEOn a small archives fuse-zip have the same performance with commonly used virtual filesystems like KIO, Gnome GVFS, mc vfs, unpackfs, avfs, fuse-j-zip. But on large archives with many file (like zipped Linux kernel sources) fuse-zip have the greatest speed. You can download test suite from the web-site and make sure that it is true. See PerformancePage for details. HINTS
|
Nice