Skip to content

Recursive remove does not work on FTP #69

@newelement

Description

@newelement

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions