git-deploy-php
git-deploy-php copied to clipboard
Recursive remove does not work on FTP
on line 133 of Ftp.php $this->recursive_remove($file);
Should be: $this->recursive_remove($file_or_directory.'/'.$file);