Open jogoldberg opened 2 years ago
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:
https://github.com/mscdex/ssh2/pull/1111
This is literally "in-flight" as of the time of this report. We looked at the suggested pull request for the SSH2 1111 bug and tested it locally (a patch) and it "seems" to have worked. We will continue to investigate but, at this point, I'm assuming/thinking that the root problem is a defect in SSH2 and when that is cured, the resolution will propagate up to this package too.
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:
This is literally "in-flight" as of the time of this report. We looked at the suggested pull request for the SSH2 1111 bug and tested it locally (a patch) and it "seems" to have worked. We will continue to investigate but, at this point, I'm assuming/thinking that the root problem is a defect in SSH2 and when that is cured, the resolution will propagate up to this package too.
I have manually patched in the change introduced by this PR and have confirmed it solves our issue. We're now just waiting for @mscdex to approve/release mscdex/ssh2#1111
I can say based on testing that it will be Closed by mscdex/ssh2#1111
When our sender attempts to upload files, they're experiencing the following:
I have sent you the mentioned log1.txt via email.