I'm trying to use unzipfile in Stata 14.1 to extract a ~1 GiB zip file containing a ~5 GiB text file. unzipfile fails with
It seems to extract the first 230 - 1 bytes correctly.
The file system is NTFS and I can extract the file with other tools (7-zip and the built-in Windows tool).
Code:
I/O error could not perform unzip r(601)
The file system is NTFS and I can extract the file with other tools (7-zip and the built-in Windows tool).
Comment