zipping and unzipping files. Native methods?

Re: zipping and unzipping files. Native methods?

by Howard Miller -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Sounds like you used gzip to zip it. Gzip is different from zip (which Moodle uses). You should use the command line 'zip' command (or your choice of desktop application) to zip files, not gzip.

I suppose you could specify gzip and gunzip but I've never heard of anybody doing that and, as you say, it would render it incompatible with (the common) zip format.