Class: SFTPServer::SSH::API::SFTPMessage
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- SFTPServer::SSH::API::SFTPMessage
- Defined in:
- lib/sftp_server/ssh/api.rb
Overview
struct sftp_dir_struct
sftp_session sftp;
char *name;
ssh_string handle; /* handle to directory */
ssh_buffer buffer; /* contains raw attributes from server which haven't been parsed */
uint32_t count; /* counts the number of following attributes structures into buffer */
int eof; /* end of directory listing */
;