If your server runs on *nix, you can use this command (over ssh) to zip files: zip zipfilename.zip a b c d Code (markup): a, b, c & d being the names of the files you want to compress/zip. And to unzip: unzip zipfilename.zip Code (markup):