mafintosh / tar-fs

fs bindings for tar-stream
MIT License
350 stars 75 forks source link

some .bin file can not be packed in tar(windows system) #105

Closed wendy0911 closed 1 year ago

wendy0911 commented 1 year ago

please decompress the contents of the attachment, the file test.bin can't be packed in the tar.. test.bin.zip

the code is as bellow:

var w = fs.createWriteStream("my.tar") tar.pack("c://my-directory'").pipe(w) // my-directory included test.bin file

how can I package this file successfully?

mafintosh commented 1 year ago

try on latest major, reopen if still an issue

wendy0911 commented 1 year ago

it is still not worked for me ! please refer to the attachment binsfiles.zip