when I use new keyword to create a ftpsync object , I get an error.
so , I don't use that way to get a ftpsync object,and let my object equal the ftpsync required from your module.
but when I use the ftpsync.run , It goes on to commit function, I get an error as below:
events.js:72
throw er; // Unhandled 'error' event
^
Error: write ECONNRESET
at errnoException (net.js:901:11)
at Object.afterWrite (net.js:718:19)
and I can't solve the problem , can you give me some idea? @evanplaice
when I use
new
keyword to create a ftpsync object , I get an error.so , I don't use that way to get a ftpsync object,and let my object equal the
ftpsync
required from your module. but when I use theftpsync.run
, It goes on tocommit
function, I get an error as below:and I can't solve the problem , can you give me some idea? @evanplaice