atinux / node-ftps

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

Add handling of 'error' event. #2

Closed gnrlwart closed 10 years ago

gnrlwart commented 10 years ago

'error' event's error passed to callback as first parameter to allow distinction between a nodejs error (error event) and an lftp error (stderr)

atinux commented 10 years ago

Nice! Thanks :)