ssh_library/core/sftp/sftp_packet_ext library

Classes

SftpExtendedReply
Represents the payload of an extended reply. Should be wrapped in a SftpExtendedReplyPacket before being sent.
SftpExtendedRequest
Represents the payload of an extended request. Should be wrapped in a SftpExtendedPacket before being sent.
SftpFstatVfsRequest
This request correspond to the fstatvfs POSIX system interface.
SftpStatVfsReply
uint64 f_bsize /* file system block size / uint64 f_frsize / fundamental fs block size / uint64 f_blocks / number of blocks (unit f_frsize) / uint64 f_bfree / free blocks in file system / uint64 f_bavail / free blocks for non-root / uint64 f_files / total file inodes / uint64 f_ffree / free file inodes / uint64 f_favail / free file inodes for to non-root / uint64 f_fsid / file system id / uint64 f_flag / bit mask of f_flag values / uint64 f_namemax / maximum filename length */
SftpStatVfsRequest
This request correspond to the statvfs POSIX system interface.