tahoe-lafs / zfec

zfec -- an efficient, portable erasure coding tool
Other
374 stars 44 forks source link

Fix Illegal Seek error when reading from pipe #6

Closed copyninja closed 6 years ago

copyninja commented 6 years ago

zfec command line script now handles piping the input to it in below format.

cat some-file | zfec -

This pull request does following

Fix #3

cc: @warner @vu3rdd

warner commented 6 years ago

Looks good.. I'll rebase this to current master (fixing some conflicts) and land momentarily.