SftpVersionHandler Typedef

[C]

typedef void (__cdecl* FlowSshC_SftpVersionHandler)(
  void* handlerData,
  unsigned int version);

Parameters

  • handlerData: Data passed to the initiating call.
  • version: Sftp protocol version used to communicate with the server.

Remarks

Reports the Sftp protocol version used to communicate with the server.