sftp_attributes_struct class

Bindings to sftp

Inheritance

Constructors

sftp_attributes_struct()

Properties

acl ssh_string
getter/setter pair
atime int
access time of file
getter/setter pair
atime64 int
getter/setter pair
atime_nseconds int
access time of file
getter/setter pair
createtime int
getter/setter pair
createtime_nseconds int
getter/setter pair
extended_count int
getter/setter pair
extended_data ssh_string
getter/setter pair
extended_type ssh_string
getter/setter pair
flags int
uint32_t flags;
getter/setter pair
gid int
uint32_t gid, numerical representation of the group owner of the file
getter/setter pair
group Pointer<Int8>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
longname Pointer<Int8>
char longname; / ls -l output on openssh, not reliable else */
getter/setter pair
mtime int
modified time of file
getter/setter pair
mtime64 int
modified time of file
getter/setter pair
mtime_nseconds int
getter/setter pair
name Pointer<Int8>
char * name
getter/setter pair
owner Pointer<Int8>
getter/setter pair
permissions int
bitmask of permissions
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
uint64_t size , size of file, in bytes
getter/setter pair
type int
uint8_t type, file type flags SSH_FILEXFER_TYPE_SYMLINK | SSH_FILEXFER_TYPE_REGULAR | SSH_FILEXFER_TYPE_DIRECTORY | SSH_FILEXFER_TYPE_UNKNOWN
getter/setter pair
uid int
uint32_t uid, numerical representation of the user owner of the file
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited