Назад к FTP / SFTP
Подключите Knoon AI к FTP / SFTP, чтобы автоматизировать 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. |