SSH.SFTPStream.LastError - charonn0/RB-libssh2 GitHub Wiki

SSH.SFTPStream.LastError

Property declaration

 Dim LastError As Int32

Return value

Returns the most recent error code for the SFTPStream.

If the error code is LIBSSH2_ERROR_SFTP_PROTOCOL(-31) then check SFTPSession.LastStatusCode for details.

See also