Qore ssh2 Module
..
|
SftpPoller file event hash. More...
Public Attributes | |
string | name |
the name of the file, link, or directory | |
int | size |
the size of the file in bytes | |
int | uid |
the UID of the owner of the file | |
int | gid |
the GID of the owner of the file | |
int | mode |
the permissions / mode of the file | |
date | atime |
the last accessed date/time of the file | |
date | mtime |
the last modified date/time of the file | |
string | type |
the type of file More... | |
string | perm |
a string giving UNIX-style permissions for the file (ex: "-rwxr-xr-x") | |
data | data |
the file's data More... | |
string | filepath |
the remote filepath relative to SFTP root directory | |
SftpPoller file event hash.
data SftpPoller::SftpPollerFileEventInfo::data |
the file's data
skip_file_content_retrieval
was False in the options to SftpPoller::constructor()
string SftpPoller::SftpPollerFileEventInfo::type |
the type of file
one of:
"REGULAR"
"DIRECTORY"
"SYMBOLIC-LINK"
"BLOCK-DEVICE"
"CHARACTER-DEVICE"
"FIFO"
"SYMBOLIC-LINK"
"SOCKET"
"UNKNOWN"