struct sftp_dir_struct

#include <include/libssh/sftp.h>

struct sftp_dir_struct {
    // fields

    ssh_buffer buffer;
    uint32_t count;
    int eof;
    ssh_string handle;
    char* name;
    sftp_session sftp;
};