Archive entry has empty or unreadable filename #688
Unanswered
heavyflames
asked this question in
Q&A
Replies: 1 comment
-
I think we need some more details. I did a simple test using the example code above and tried extracting with windows (!) tar:
My guess is that you are using files with non-ascii characters in them. In that case you need to provide an encoding to use for the file names: TarArchive tarArchive = TarArchive.CreateOutputTarArchive(gzoStream, Encoding.UTF8); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps to reproduce
Expected behavior
The tar.exe should not report any errors.
Actual behavior
tar.exe returns this error : tar: Archive entry has empty or unreadable filename ... skipping.
Version of SharpZipLib
1.3.1
Beta Was this translation helpful? Give feedback.
All reactions