lazzard / php-ftp-client

:package: Provides helper classes and methods to manage FTP files in an OOP way.
MIT License
90 stars 18 forks source link

listDirectoryDetails not working with directories contains spaces chars #1

Closed AmraniCh closed 4 years ago

AmraniCh commented 4 years ago

It seems that listDirectoryDetails not working if the giving directory has a spaces chars, this method basically uses the ftp_rawlist function and as indicated in the PHP manual the rawlist function doesn't escape the directory parameter.

AmraniCh commented 4 years ago

Fixed in #2