mscdex
mscdex
Short of writing an SQL query parser or switching to real/server-side prepared statements, I don't know how this can be fixed to (elegantly) support non-quoted values.
Can you show the code you're using and what proftpd version is this, just in case?
Can you set `debug: console.log` in the object passed to `connect()` and post the output somewhere (be sure to remove/mask sensitive information)?
Can you try the master branch now?
@samkohli Can you post your debug output?
@phishy If you have have debug output, can you post it too?
You should be able to handle these by adding an `'error'` event handler.
The Client object. As to why it's happening, it's hard to say. Is your server terminating the connection or is the client? If it's the latter, then there's not much...
By "does not work" do you mean onKey is not called _at all_ or just that the code _inside_ your if-statement is not being executed?
Can you show the rest of your code? What platform and node version are you on?