class SFTPServer::SSH::API::SFTPFile

struct sftp_packet_struct {

sftp_session sftp;
uint8_t type;
ssh_buffer payload;

};