|
libssh 0.12.0
The SSH library
|
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 |
Maps an SFTP message type to its handler callback.
| sftp_server_message_callback sftp_message_handler::cb |
The callback function to invoke for this message type.
| const char* sftp_message_handler::extended_name |
The extended operation name for SSH_FXP_EXTENDED requests, or NULL.
| const char* sftp_message_handler::name |
The name of the SFTP operation (e.g. "read", "write").
| uint8_t sftp_message_handler::type |
The SFTP message type code (e.g. SSH_FXP_READ).