Discuss this help topic in SecureBlackbox Forum
This event is fired when secure connection is successfully established.
Declaration
[C#/Java]
event TNotifyEvent OnOpen;
[VB.NET]
Event OnOpen As TNotifyEvent
[Pascal]
property OnOpen: TNotifyEvent;
[C++]
void get_OnOpen(TNotifyEvent &pMethodOutResult, void * &pDataOutResult);
void set_OnOpen(TNotifyEvent pMethodValue, void * pDataValue);
typedef void (SB_CALLBACK *TNotifyEvent)(void * _ObjectData, TObjectHandle Sender);
[PHP]
TNotifyEvent|callable|NULL get_OnOpen()
void set_OnOpen(TNotifyEvent|callable|NULL $Value)
callable TNotifyEvent(TObject $Sender)
Description
This event is fired by TElFTPSServer when the authentication is successfully completed.
After this event is fired the file operations may be performed.
Discuss this help topic in SecureBlackbox Forum