View Single Post
  #6  
Old 17-03-2017, 09:12
Sebazz Sebazz is offline
Registered User
 
Join Date: Mar 2016
Location: Terra
Posts: 60
Thanks: 24
Thanked 7 Times in 6 Posts
Sebazz is on a distinguished road
i think you need specificate decoding/encoding streams option (-t#), try this config.

[External compressorzlib]
header = 0
packcmd = pZLib e -m2 -x -c256m -t75p $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = pZLib d -t75p - -o - <stdin> <stdout>
Reply With Quote