返回 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. |