omkartin
Results
3
comments of
omkartin
Are you using username and password ?? @joniba Check if that port is used else where.
Try this @joniba : var JsFtp = require('jsftp'); var FTP = new JsFtp({ host: 'localhost', port: 21, user: 'xxx', pass: 'xxxx' }); That should not give you unhandled error.
@joniba May be the jsftp library can be enhanced to error out or give err msg if no user name or password is provided rather than giving you the above...