-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPDirectory.LastError
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
SSH.SFTPDirectory.LastError
Dim LastError As Int32
The most recent error code for the SFTPDirectory
. This gets updated anytime a call into libssh2 returns an error code.
If the error code is LIBSSH2_ERROR_SFTP_PROTOCOL
(-31) then check SFTPSession.LastStatusCode for details.
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.