Skip to content

Make retaining File-System-Permissions configurable #132

@DaniEll-AT

Description

@DaniEll-AT

I want to transfer a whole directory from one Linux system to another.
To do this, i tried

  • ZipUtil.pack on the source system
  • transfer the bytes (Stream them to the target system)
  • and ZipUtil.unpack on the target system

The Problem is, I don't want to retain file system permissions and it does not work with my setup (POSIX Operation not Permitted).
Currently there seems to be no way to disable it?

(I wrote a custom Unpacker as a workaround)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions