libssh 0.12.0
The SSH library
Loading...
Searching...
No Matches
sftp_message_handler Struct Reference

Maps an SFTP message type to its handler callback. More...

#include <sftpserver.h>

Data Fields

const char * name
const char * extended_name
uint8_t type
sftp_server_message_callback cb

Detailed Description

Maps an SFTP message type to its handler callback.

Field Documentation

◆ cb

sftp_server_message_callback sftp_message_handler::cb

The callback function to invoke for this message type.

◆ extended_name

const char* sftp_message_handler::extended_name

The extended operation name for SSH_FXP_EXTENDED requests, or NULL.

◆ name

const char* sftp_message_handler::name

The name of the SFTP operation (e.g. "read", "write").

◆ type

uint8_t sftp_message_handler::type

The SFTP message type code (e.g. SSH_FXP_READ).


The documentation for this struct was generated from the following file:
  • /home/asn/workspace/prj/oss/libssh/asn-docs/include/libssh/sftpserver.h