-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPErrorName
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
SSH.SFTPErrorName
Protected Function SFTPErrorName(SFTPStatusCode As Integer) As String
Name | Type | Comment |
---|---|---|
SFTPStatusCode |
Integer | A SFTP status code (one of the LIBSSH2_FX_* constants.) |
The name of the status code, if known. For example, SFTPErrorName(11)="LIBSSH2_FX_FILE_ALREADY_EXISTS"
.
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.