-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on
Description
As the title says, New-ZipEntry fails with an error "Stream was too long." when adding a file larger than 2 GB to an existing archive.
Example command:
New-ZipEntry -Destination '.\Folder\ZipFile.zip' -EntryPath 'VeryLargeFile.csv' -SourcePath (Join-Path $env:temp 'VeryLargeFile.csv') -CompressionLevel ([System.IO.Compression.CompressionLevel]::SmallestSize)
Issue encountered on PowerShell version 7.3.8 on Windows 11.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on