Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFTPStream: add more error codes #176

Closed
wants to merge 1 commit into from

Conversation

david-mohr
Copy link

A small update to add more error codes. The codes are copied straight from libssh2_sftp.h

@mscdex
Copy link
Owner

mscdex commented Jun 18, 2021

Which RFC/standard do these come from? I've never seen these before.

@mscdex
Copy link
Owner

mscdex commented Jun 18, 2021

Oh I see it now, these status codes are not relevant because they are for later versions of the SFTP protocol and this module only supports SFTPv3 (same as OpenSSH).

@david-mohr
Copy link
Author

Ah, I didn't realise these were for different protocol versions. Thanks for taking a look

@david-mohr david-mohr closed this Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants