Joshua Goldberg
Joshua Goldberg
Any news on this?
I am successfully connecting from WinSCP.
> We appear to have a candidate for a solution. Looking at the underlying SSH2 library that is used by this project, we find the following defect: > > [mscdex/ssh2#1111](https://github.com/mscdex/ssh2/pull/1111)...
I can say based on testing that it will be Closed by mscdex/ssh2#1111
@sham1111 - I use pm2 to run the nodeJS app as a daemon and it works great [Check it out here](https://pm2.keymetrics.io/)
@kolban-google - I don't know if this is helpful https://forum.filezilla-project.org/viewtopic.php?t=49236
I'm the afformentioned user. I've manually applied the fix and will let you know if this is indeed the solution I needed.
@cabarnes - Lint says you've got an unused variable here: https://github.com/smartfile/ssh2/blob/fix-disconnect/lib/protocol/SFTP.js#L2596 which came from https://github.com/mscdex/ssh2/commit/f763271f41320e71d5cbee02ea5bc6a2ded3ca21
Ah. If you do ``` git fetch upstream git merge upstream/master git push ``` that should sort you.
If those commands don't work, you might first need to do: `git remote add upstream https://github.com/mscdex/ssh2.git`