on line 133 of Ftp.php $this->recursive_remove($file); Should be: $this->recursive_remove($file_or_directory.'/'.$file);
on line 133 of Ftp.php
$this->recursive_remove($file);
Should be:
$this->recursive_remove($file_or_directory.'/'.$file);