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