SFTP Connector Objects
This feature is a Beta Service. A customer may opt to try a Beta Service in its sole discretion. Any use of the Beta Service is subject to the applicable Beta Services Terms provided at Agreements and Terms. If you have questions or feedback about this Beta Service, contact the Data 360 Connector team at datacloud-connectors-beta@salesforce.com.
| Name | Description |
|---|
| Root | The root table. This table will always be available. Other tables are automatically detected by the TableDepth connection property. |
| Name | Type | ReadOnly | References | FilterOnly | Description |
|---|
| FilePath [KEY] | String | True | | No | The current path in the FTP/SFTP server. |
| Filename | String | False | | No | The name of the file or directory. |
| FileSize | Long | True | | No | The size of the file. 0 in case of a directory. |
| LastModified | Datetime | True | | No | The last modification time of the file. |
| IsDirectory | Boolean | True | | No | The file name of the attachment. |
| LocalFile | String | True | | No | The path of a file to upload. This column is used for insert statements only. |
| Permissions | String | True | | No | Permissions of a directory or a file. |
| Owner | String | True | | No | User name for the owner of a directory or a file. |
| OwnerId | String | True | | No | User ID for the owner of a directory or a file. |
| Group | String | True | | No | Group name assigned to a directory or a file. |
| GroupId | String | True | | No | Group ID assigned to a directory or a file. |
Return to Top