FTP / SFTP に戻る
FTP / SFTP と Knoon AI を接続して 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. |