made libssh::ssh_connect a non-blocking feature
- extended error handling when connecting via ssh
This commit is contained in:
parent
c3f39ad24d
commit
cd3263db50
10 changed files with 54 additions and 34 deletions
|
@ -36,7 +36,7 @@ enum ErrorCode
|
|||
|
||||
// Ssh connection errors
|
||||
SshRequsetDeniedError, SshInterruptedError, SshInternalError,
|
||||
SshPrivateKeyError, SshPrivateKeyFormatError,
|
||||
SshPrivateKeyError, SshPrivateKeyFormatError, SshTimeoutError,
|
||||
|
||||
// Ssh sftp errors
|
||||
SshSftpEofError, SshSftpNoSuchFileError, SshSftpPermissionDeniedError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue