Unit
ScSFTPUtils
type
TScSFTPError = record
ErrorCode: TScSFTPErrorCode;
ErrorMessage: string;
end;
Description
The TScSFTPError record contains the information about an error in the SFTP protocol.
Fields | Description |
ErrorCode | the error code. |
ErrorMessage | the error message. |
See also