mscdex / node-ftp

An FTP client module for node.js
MIT License
1.13k stars 244 forks source link

Connection timeout fix #88

Closed ryan-shaw closed 10 years ago

mscdex commented 10 years ago

Can you elaborate a bit? It looks like you're just unnecessarily wrapping setTimeout() and emitting a string instead of a proper Error object.