node.js - JSFtp throwing unhandled error -
node.js - JSFtp throwing unhandled error -
i have jsftp implementation used ftp putting files server. problem whenever given host info jsftp() wrong gives unhandled error
jsftp({host:...});
which causes process exit prematurely. can tell me method overcome try...catch doesn't work this?
node.js ftp
Comments
Post a Comment