Question
CFZIP can't unzip FTP'd file
When I try to unzip a zip file that was FTP'd to my server I
get an error:
Ensure that the file is a valid zip file and it is accessible. Cause : java.util.zip.ZipException: error in opening zip file
I can open the zip file through windows with no issue so this has to do with what CF uses to open the file. I also extracted the files in the zip file and then created a new zip file on my own and CF can unzip that file fine as well.
Does ftp'ing a file cause some kind of change with the file that would cause the exception?
Ensure that the file is a valid zip file and it is accessible. Cause : java.util.zip.ZipException: error in opening zip file
I can open the zip file through windows with no issue so this has to do with what CF uses to open the file. I also extracted the files in the zip file and then created a new zip file on my own and CF can unzip that file fine as well.
Does ftp'ing a file cause some kind of change with the file that would cause the exception?
