We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When the SFTP server disconnects during ("extended") connection handshake (requesting the sftp subsystem) the client application stops due to unhandled promise rejection. The promise in question is rejected in https://github.com/sanketbajoria/ssh2-promise/blob/master/src/sshConnection.ts#L80
I created a pull request that should fix the problem: #72 - it enables the application to catch the rejected promise, which was otherwise impossible.
The text was updated successfully, but these errors were encountered:
@jeffrson This pull request has been merged. Can you please verify, if things are working good
Sorry, something went wrong.
@sanketbajoria Does a new release need to be created?
@sebasptsch Published a new release https://www.npmjs.com/package/ssh2-promise/v/1.0.3
No branches or pull requests
When the SFTP server disconnects during ("extended") connection handshake (requesting the sftp subsystem) the client application stops due to unhandled promise rejection. The promise in question is rejected in https://github.com/sanketbajoria/ssh2-promise/blob/master/src/sshConnection.ts#L80
I created a pull request that should fix the problem: #72 - it enables the application to catch the rejected promise, which was otherwise impossible.
The text was updated successfully, but these errors were encountered: