sergi/jsftp

ftp.ls error

Opened this issue · 0 comments

Hi,

I use jsftp for a nodeJS project (Node v6.9.0), ftp.get and ftp.use works well, but when i want to use ftp.ls, I have this error : "Error: 550 Command not recognized or allowed."

I tried the same code with node v6.2.2 and it works well.

Is it possible that the module does not work perfectly with the latest version of node ?

Thanks