Originally posted by: joebshmoe
you can simply concatenate the files using your OS-specific tools...
*NIX:
cat *.zip.* > nosferatu.zip
WINDOWS:
copy /b *.zip.* nosferatu.zip
you can simply concatenate the files using your OS-specific tools...
*NIX:
cat *.zip.* > nosferatu.zip
WINDOWS:
copy /b *.zip.* nosferatu.zip
I figured it out. The 3rd zip file was incomplete and re-downloaded it and everything is working now.
