I have coded a soltion to gz some transaction logs up, however some of them are larger than 4gb and the error I get is :-
“The gzip stream can’t contain more than 4GB data”
ok so the Compression does not support anything greater than 4gb, does anyone have any good alternative libraries ?
As this is for a very simple application I have decided to open an instance of Winzip from c#
Works well for the case I am trying to solve.