返回 FTP / SFTP
将 Knoon AI 与 FTP / SFTP 连接以自动化 AI 工作流。
List files and folders from the connected FTP or SFTP server.
ftpDefaultListDirectory
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| remotePath | mustache | Optional remote directory path to list. Defaults to the app root path or the server root. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| name | string | Entry name. |
| path | string | Resolved remote path for the entry. |
| type | string | Entry type: file, directory, or link. |
| size | string | Size in bytes when available. |
| modifiedAt | string | Last modified timestamp when available. |