SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Disconnect Event

This event is fired when the SFTP subsystem connection is closed.

Object Oriented Interface

public function fireDisconnect($param);

Procedural Interface

secureblackbox_sshclient_register_callback($res, 10, array($this, 'fireDisconnect'));

Parameter List


'closereason'

Remarks

Do not perform any file operations after this event has been fired.

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