Qore SSH2 Module  1.3
Qore::SftpFileInfo hashdecl Reference

SFTP file event hash. More...

Public Attributes

date atime
 the last accessed date/time of the file
 
int gid
 the GID of the owner of the file
 
int mode
 the permissions / mode of the file
 
date mtime
 the last modified date/time of the file
 
string name
 the name of the file, link, or directory
 
string perm
 a string giving UNIX-style permissions for the file (ex: "-rwxr-xr-x")
 
int size
 the size of the file in bytes
 
string type
 the type of file; one of: "REGULAR", "DIRECTORY", "SYMBOLIC-LINK", "BLOCK-DEVICE", "CHARACTER-DEVICE", "FIFO", "SYMBOLIC-LINK", "SOCKET", "UNKNOWN"
 
int uid
 the UID of the owner of the file
 

Detailed Description

SFTP file event hash.


The documentation for this hashdecl was generated from the following file: