vyuldashev / flysystem-curlftp

Flysystem Adapter for the FTP with cURL implementation
MIT License
37 stars 24 forks source link

Fixed CurlFtpAdapter::listDirectoryContentsRecursive #31

Closed ExeQue closed 3 years ago

ExeQue commented 3 years ago

Fixed listDirectoryContentsRecursive. The method fails to return dir listings when traversing the remote directory. When CurlFtpAdapter::listDirectoryContents is called without the recursive flag, both files and directories are returned.