FTP / SFTP に戻る
FTP / SFTP と Knoon AI を接続して AI ワークフローを自動化します。
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | はい |
| content | mustache | Attachment URL to upload. | はい |
| createDirectories | boolean | If true, create missing parent directories before upload. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| status | string | UPLOADED when the upload succeeds. |
| remotePath | string | Resolved remote destination path. |
| sensitive.fileName | string | Uploaded file name. |
| sensitive.mimeType | string | Uploaded file MIME type. |
| sensitive.size | string | Uploaded file size in bytes when available. |