SSHStatus Event

Shows the progress of the secure connection.

Syntax

ANSI (Cross Platform)
virtual int FireSSHStatus(SSHClientSSHStatusEventParams *e);
typedef struct {
const char *Message; int reserved; } SSHClientSSHStatusEventParams; Unicode (Windows) virtual INT FireSSHStatus(SSHClientSSHStatusEventParams *e);
typedef struct {
LPCWSTR Message; INT reserved; } SSHClientSSHStatusEventParams;
- (void)onSSHStatus:(NSString*)message;
#define EID_SSHCLIENT_SSHSTATUS 17

virtual INT IPWORKSSSH_CALL FireSSHStatus(LPSTR &lpszMessage);

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 C++ Edition - Version 20.0 [Build 8501]