harishanchu / Laravel-FTP

A simple Laravel 4/5/6/7 ftp service provider with basic ftp methods.
220 stars 87 forks source link

ftp_nlist and extra parameters #6

Closed arisanguinetti closed 10 years ago

arisanguinetti commented 10 years ago

Depending on the FTP server configuration, some of us might not want to include any extra parameters to the getDirListing function.

In that case, it seems that the generated folder string will have an empty space at the beginning which, in my case will lead into not reading the contents of the FTP folder.

harishanchu commented 10 years ago

@arisanguinetti This issue has been fixed by the last commit. Thanks for pointing out.