Open Rolandisimo opened 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.
ftp.list("/my/path")
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?
promise-ftp
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
node-ftp
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?