-
http://7-zip.org/sdk.html
-
When using IArchive interface, I cannot get total count of entries. But all implementations are actually ICollection (AbstractArchive.Entries is a Collection)
-
Is there a way to read an archivecomment?
Found a way to write it but not to read.
-
```
See original suggestion here:
http://groups.google.com/group/duplicati/browse_thread/thread/9bdd78703b6edd73
Duplicati should support 7-zip compression, and use the built-in encryption
methods.
`…
-
Hello, Thanks for working on this repo. Really useful. I have tried to download the Tar file from your Test Archives.
![image](https://github.com/adamhathcock/sharpcompress/assets/36386123/ac04a70…
-
# Feature proposal
An implementation of OwlCore.Storage that's backed by FTP / SFTP.
We should use [FluentFTP](https://github.com/robinrodricks/FluentFTP) to do this, since [`System.Net.FtpWebReq…
-
OK, so please forgive this rather headscratching issue.
I've been digging at this for a couple of days now, and have come to the conclusion that we've got a bug in the Deflate decompressor somewhere.…
-
The change itself looks good.
I do have a question about the dependencies that are being added to the additional deps. Aren't they dependencies of the library being instrumented? It seems that the…
-
Extracting 7z SFX files files fails on Linux.
When attempting to install [Improved AI](https://deadlystream.com/files/file/833-improved-ai/) from the KOTOR2_Full.toml list instead of extracting `M…
-
public void ExtractFiles(ExtractFileCallback extractFileCallback)
{
DisposedCheck();
InitArchiveFileData(false);
if (IsSolid)
{
// solid strategy
}
else
{
I commented the first …