realtymaps / promise-ftp

a promise-based ftp client for node.js
MIT License
81 stars 27 forks source link

Listing a directory returns an array of strings #41

Open Rolandisimo opened 5 years ago

Rolandisimo commented 5 years ago

Calling ftp.list("/my/path") returns an array of strings instead of objects. I tried with a different ftp server and it worked as expected.

This issue is more of a question to understand whether it's something that can be fixed by promise-ftp or is this my ftp servers configuration issue?

Rolandisimo commented 5 years ago

My fault. This issue is not something promise-ftp can fix, but node-ftp. A duplicate of https://github.com/mscdex/node-ftp/issues/188