Created
June 1, 2017 07:31
-
-
Save mohammadmursaleen/1c844b984bff7b2986212a14b17c42ac to your computer and use it in GitHub Desktop.
Zip Using FTP - Place this file in same directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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