返回 FTP / SFTP
將 Knoon AI 與 FTP / SFTP 連接以自動化 AI 工作流程。
Download a remote file from FTP or SFTP and save it as an attachment. Max supported file size is 20MB.
ftpDefaultDownloadFileToAttachment
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| remotePath | mustache | Remote file path to download. | 是的 |
| fileName | mustache | Optional override attachment file name. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| status | string | DONE when the file is downloaded successfully. |
| content | string | Attachment. |
| sensitive.fileName | string | Attachment file name. |
| sensitive.mimeType | string | Attachment MIME type. |
| sensitive.size | string | Attachment size in bytes when available. |