Writting/reading to/from stdout/stdin fails!
A free file archiver for extremely high compression
Brought to you by:
ipavlov
Command in CMD.EXE:
7za a ww.7z TEMP\ -so > E:\qqqq.7z
Result:
Scanning
Creating archive StdOut
Error:
System error:
Unspecified error
Neither ww.7z nor E:\qqqq.7z exsisted before command.
After command E:\qqqq.7z contains: 377ABCAF271C0002
After command "7za a ww.7z TEMP\" ww.7z contains
377ABCAF271C0002161FE2F300000000000000002900000
000000000C0F1439F0105010E0180110B00540045004D005
0000000140A0100007C8FA93AC7C4011506010010000000
0000 and "Everything is Ok".
When I try to read from StdIn:
nc -lp 666|7za e wew -si -oE:\qqq
Error:
reading archives from stdin is not implemented
What the problem?