We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use zip compression on splits they are named like: filename.zip.zip.001 filename.zip.zip.002
Is it normal or necessary to double zip word?
I would expect more something like this: filename.zip.001 filename.zip.002
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback @superlativo77. It seems this only happens when the destination has no previous file access.
Can you confirm if you create two splits in the same destination the second one does not have the issue?
Sorry, something went wrong.
Already found the issue and fixed it for the next revision. Thanks again @superlativo77.
Thank you very much for your quick response and solution.
Happy New Year @aonez
aonez
No branches or pull requests
Configuration
Describe the bug
When I use zip compression on splits they are named like:
filename.zip.zip.001
filename.zip.zip.002
Is it normal or necessary to double zip word?
I would expect more something like this:
filename.zip.001
filename.zip.002
Thanks in advance.
The text was updated successfully, but these errors were encountered: