-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPSession.LastStatusCode
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
SSH.SFTPSession.LastStatusCode
Dim LastStatusCode As Int32
If SFTPSession.LastError, SFTPStream.LastError, or SFTPDirectory.LastError is LIBSSH2_ERROR_SFTP_PROTOCOL
(-31) then the last status code will be one of the LIBSSH2_FX_*
constants (e.g. LIBSSH2_FX_PERMISSION_DENIED
.)
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.