atinux / node-ftps

FTP, FTPS and SFTP client for node.js, mainly a lftp wrapper.
MIT License
203 stars 57 forks source link

Can you show how to access the return values? #34

Closed HoosierMike closed 7 years ago

HoosierMike commented 8 years ago

I cannot tell if it's working or not, I'm not getting any errors, but cannot figure out what is in the responses, they look the same in all calls?

cmds->[0] = "ls" cmds->_proto = {Array} cmds->length = 1

is my response in Array? Sorry, not getting it? I can even give it a bad IP address, no error, no nothing?

atinux commented 8 years ago

Hi @HoosierMike

Can you give me an example of your code please?