Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.OnSSLError

TElSimpleFTPSClient     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This event is fired when the error occurs during SSL protocol flow

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnSSLError: TSBErrorEvent;
    TSBErrorEvent = procedure(Sender: Object; ErrorCode: integer; Fatal: boolean; Remote : boolean) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • ErrorCode - the error code, see values below
  • Fatal - the error is fatal and the session will be closed immediately
  • Remote - the error was originated by the remote side

Values:

Description

    This event is fired by TElSimpleFTPSClient when an error occurs during SSL protocol flow.

Discuss this help topic in SecureBlackbox Forum