Class: SFTPServer::SSH::API::SFTPStatVFS

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/sftp_server/ssh/api.rb

Overview

/* SSH_FXP_MESSAGE described into .7 page 26 */ struct sftp_status_message_struct

uint32_t id;
uint32_t status;
ssh_string error;
ssh_string lang;
char *errormsg;
char *langmsg;

;