Назад к 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. |