-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two question #1
Comments
Hey, I have not yet implemented the support for longer file+path names. The current implementation only supports tarballs that are in total 100 characters or less in length - there's some extra logic needed to handle longer paths that is not yet implemented. I think that is what you are running into |
Hi, 100byte filename like blew: Do you know how the longer file+path names store in disk ? |
It's been some time since I dug deep into tar documentation, perhaps this is more helpful: https://stackoverflow.com/questions/2078778/what-exactly-is-the-gnu-tar-longlink-trick btw, I am curious about what you are using for unzipping the tarball from |
I found an article using your code, so I used it. |
This is a very good library and easy to use. It is also the only tar library on GitHub that I can run correctly on the browser. I think it is as good as jszip, but it may not get the same number of stars because of the lack of a good readme. Back to the main point, I'm making a data import package for mock system. Its data structure is server address / interface name / mock scene, so it is very easy to exceed 100 characters. I look forward to your improving the function of long string name. Thank you very much! |
by rewrite this four fn, it support long file name, hahah :D |
I read a tgz file have some LongLink named files. What is it?
{name: '././@LongLink', type: 'L', size: 105, header_offset: 16896}
Some files read out named txxx./flash_all_except_storage0000775.
It should named txxx./flash_all_except_storage.sh. What is 0000755 mean ?
Thank you author.
The text was updated successfully, but these errors were encountered: