You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know the exact details on how the zip format works, but I have an application that uses the fact that files can be streamed into a zip archive without knowing the file size in advance. This can be simulated with the following command:
I don't know the exact details on how the zip format works, but I have an application that uses the fact that files can be streamed into a zip archive without knowing the file size in advance. This can be simulated with the following command:
This creates a file
test.zip
containing a file-
:The archive can be extracted using
unzip
but not with xarchiver, i.e. it is stuck in "Opening archive, please wait..."The text was updated successfully, but these errors were encountered: