SftpFileAttrs Struct Reference
File attributes. More...
#include <sftp_common.h>
Data Fields | |
uint32_t | flags |
SftpFileType | type |
uint64_t | size |
uint32_t | uid |
uint32_t | gid |
uint32_t | permissions |
DateTime | atime |
DateTime | mtime |
uint32_t | bits |
Detailed Description
File attributes.
Definition at line 246 of file sftp_common.h.
Field Documentation
◆ atime
DateTime atime |
Definition at line 254 of file sftp_common.h.
◆ bits
uint32_t bits |
Definition at line 256 of file sftp_common.h.
◆ flags
uint32_t flags |
Definition at line 248 of file sftp_common.h.
◆ gid
uint32_t gid |
Definition at line 252 of file sftp_common.h.
◆ mtime
DateTime mtime |
Definition at line 255 of file sftp_common.h.
◆ permissions
uint32_t permissions |
Definition at line 253 of file sftp_common.h.
◆ size
uint64_t size |
Definition at line 250 of file sftp_common.h.
◆ type
SftpFileType type |
Definition at line 249 of file sftp_common.h.
◆ uid
uint32_t uid |
Definition at line 251 of file sftp_common.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/sftp/sftp_common.h