AmraniCh / ftp-filemanager

A web-based FTP client application, built with a simple MVC architecture with no frameworks or libraries (except my owns).
MIT License
26 stars 10 forks source link

Unable to list empty folders #2

Closed vbenincasa closed 3 years ago

vbenincasa commented 3 years ago

Nice project Amrani, thanks for making it public.

The script does not allow access to empty folders, it displays the error "Error : Unable to get files list for [xxx] directory."

vbenincasa commented 3 years ago

It's working with latest php-ftp-client v1.5.3. Please update the dependencies. Thank you very much!

AmraniCh commented 3 years ago

Hey @vbenincasa thank you for your feedback and for contributing to this project.

I will update the dependencies for sure, this is just like a learning project and this application is not intended to be used by others, anyway, I appreciate your contributions.