class SFTPServer::SSH::API::SFTPDir

/* file handler */ struct sftp_file_struct {

sftp_session sftp;
char *name;
uint64_t offset;
ssh_string handle;
int eof;
int nonblocking;

};