mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-06 21:26:07 +00:00
Cannot extract large file from TAR file #507
Reference in New Issue
Block a user
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?
Originally created by @yarong-lifemap on GitHub (Mar 13, 2022).
Example file: https://ftp.ebi.ac.uk/pub/databases/chembl/ChEMBLdb/latest/chembl_30_sqlite.tar.gz
When trying to extract the file called "chembl_30.db" file size = 0 and extraction fails.
@Erior commented on GitHub (Jul 2, 2022):
Hint:
For this to work we need to add support/parsing of the pax extension, the size is listed there.