SSHStatus Event

Shows the progress of the secure connection.

Syntax

ANSI (Cross Platform)
virtual int FireSSHStatus(SFTPServerSSHStatusEventParams *e);
typedef struct {
int ConnectionId;
const char *Message; int reserved; } SFTPServerSSHStatusEventParams; Unicode (Windows) virtual INT FireSSHStatus(SFTPServerSSHStatusEventParams *e);
typedef struct {
INT ConnectionId;
LPCWSTR Message; INT reserved; } SFTPServerSSHStatusEventParams;
- (void)onSSHStatus:(int)connectionId :(NSString*)message;
#define EID_SFTPSERVER_SSHSTATUS 18

virtual INT IPWORKSSFTP_CALL FireSSHStatus(INT &iConnectionId, LPSTR &lpszMessage);

Remarks

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SFTP 2020 C++ Edition - Version 20.0 [Build 8263]