Uploading file with .tar.bz2 extension saves file as .bz2 #63199
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It looks like the renaming takes into account only the last dot separated value, while in the case of .tar.bz2 or .tar.gz should take into account the last two values.
This causes files to be downloaded as .bz2, which is not properly handled by some extraction utilities (File Roller).
Added subscriber: @fsiddi