Light-Untar-for-iOS
Light-Untar-for-iOS copied to clipboard
Issue with more than 3 directory deep tar'd files
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?
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.
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
any solution for this question?