git-deploy-php icon indicating copy to clipboard operation
git-deploy-php copied to clipboard

Recursive remove does not work on FTP

Open newelement opened this issue 9 years ago • 0 comments

on line 133 of Ftp.php $this->recursive_remove($file);

Should be: $this->recursive_remove($file_or_directory.'/'.$file);

newelement avatar May 15 '16 02:05 newelement