struct sftp_ext_struct

struct sftp_ext_struct {
    // fields

    unsigned int count;
    char** data;
    char** name;
};