You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a nested tar.gz file. I can extract these files using cygwin/tar no problem.
In SharpZipLib I'm doing the following:
{// fileGitBlog is a FileInfo object pointing to tar.gz fileusing(StreamsourceStream=newGZipInputStream(fileGitBlob.OpenRead())){using(TarArchivetarArchive=TarArchive.CreateInputTarArchive(sourceStream)){tarArchive.ExtractContents(@"c:\temp\somewhere\");}}}
Expected behavior
I expect to see the same results as cygwin, which is a directory structure populated with files
I have a nested tar.gz file. I can extract these files using cygwin/tar no problem.
In SharpZipLib I'm doing the following:
Expected behavior
I expect to see the same results as cygwin, which is a directory structure populated with files
Actual behavior
Version of SharpZipLib
SharpZipLib 0.86.0
Obtained from (place an x between the brackets for all that apply)
The text was updated successfully, but these errors were encountered: