Class: SFTPServer::SSH::API::SFTPSession
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- SFTPServer::SSH::API::SFTPSession
- Defined in:
- lib/sftp_server/ssh/api.rb
Overview
typedef struct sftp_attributes_struct* sftp_attributes; typedef struct sftp_client_message_struct* sftp_client_message; typedef struct sftp_dir_struct* sftp_dir; typedef struct sftp_ext_struct *sftp_ext; typedef struct sftp_file_struct* sftp_file; typedef struct sftp_message_struct* sftp_message; typedef struct sftp_packet_struct* sftp_packet; typedef struct sftp_request_queue_struct* sftp_request_queue; typedef struct sftp_session_struct* sftp_session; typedef struct sftp_status_message_struct* sftp_status_message; typedef struct sftp_statvfs_struct* sftp_statvfs_t;