Skip to content

Instantly share code, notes, and snippets.

@mohammadmursaleen
Created June 1, 2017 07:31
Show Gist options
  • Save mohammadmursaleen/1c844b984bff7b2986212a14b17c42ac to your computer and use it in GitHub Desktop.
Save mohammadmursaleen/1c844b984bff7b2986212a14b17c42ac to your computer and use it in GitHub Desktop.
Zip Using FTP - Place this file in same directory
<?php
echo shell_exec("zip -r wp-content.zip wp-content");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment