SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Connect Event

This event is fired when a remote connection has been established.

Object Oriented Interface

public function fireConnect($param);

Procedural Interface

secureblackbox_sftpserver_register_callback($res, 21, array($this, 'fireConnect'));

Parameter List


'connectionid'
'remoteaddress'
'remoteport'

Remarks

ConnectionID contains a session identifier, and RemoteAddress specifies the client's IP address.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]