Light-Untar-for-iOS icon indicating copy to clipboard operation
Light-Untar-for-iOS copied to clipboard

Issue with more than 3 directory deep tar'd files

Open miskander opened this issue 12 years ago • 3 comments

I have a a tar that has many nested directories and it seems the un-taring stops after 3 levels. Wasn't able to identify why in the quick glimpse at the code. Any ideas?

miskander avatar Oct 05 '12 21:10 miskander

Ok, update the issue seems to be the name and name sizes and not the depth of the folders. I have very long names due to using object ids and time stamps.

miskander avatar Oct 05 '12 21:10 miskander

I believe I'm experiencing a similar issue. It looks like GNU tar has a 100 character limit for file names and symbolic link names: http://www.gnu.org/software/tar/manual/html_chapter/tar_8.html#SEC144 Light Untar matches this length here: https://github.com/mhausherr/Light-Untar-for-iOS/blob/0.2.2/NSFileManager%2BTar.m#L39

atreat avatar Feb 03 '15 16:02 atreat

any solution for this question?

zhoufusong avatar Sep 07 '18 09:09 zhoufusong