spmjs / node-scp2

[MAINTAINER WANTED] A pure javascript scp program based on ssh2.
384 stars 96 forks source link

SFTP Connection Timeout | Retry #130

Open sureshreddypuli opened 5 years ago

sureshreddypuli commented 5 years ago

We are getting below error message. I would like to know the underlying retry mechanism when we run into this issue.

[{"message":"read ETIMEDOUT","stack":"Error: read ETIMEDOUT\n at exports._errnoException (util.js:1018:11)\n at TCP.onread (net.js:568:26)","code":"ETIMEDOUT","errno":"ETIMEDOUT","syscall":"read","level":"client-socket"}]

Thanks.