struct sftp_client_message_struct

#include <include/libssh/sftp.h>

struct sftp_client_message_struct {
    // fields

    sftp_attributes attr;
    int attr_num;
    ssh_buffer attrbuf;
    ssh_buffer complete_message;
    ssh_string data;
    char* filename;
    uint32_t flags;
    ssh_string handle;
    uint32_t id;
    uint32_t len;
    uint64_t offset;
    sftp_session sftp;
    char* str_data;
    uint8_t type;
};