SFTP Connector Objects

NameDescription
RootThe root table. This table will always be available. Other tables are automatically detected by the TableDepth connection property.
NameTypeReadOnlyReferencesFilterOnlyDescription
FilePath [KEY]StringTrueNoThe current path in the FTP/SFTP server.
FilenameStringFalseNoThe name of the file or directory.
FileSizeLongTrueNoThe size of the file. 0 in case of a directory.
LastModifiedDatetimeTrueNoThe last modification time of the file.
IsDirectoryBooleanTrueNoThe file name of the attachment.
LocalFileStringTrueNoThe path of a file to upload. This column is used for insert statements only.
PermissionsStringTrueNoPermissions of a directory or a file.
OwnerStringTrueNoUser name for the owner of a directory or a file.
OwnerIdStringTrueNoUser ID for the owner of a directory or a file.
GroupStringTrueNoGroup name assigned to a directory or a file.
GroupIdStringTrueNoGroup ID assigned to a directory or a file.

Return to Top