Назад к FTP / SFTP
Подключите Knoon AI к FTP / SFTP, чтобы автоматизировать AI рабочие процессы.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
Бета
Внутренний
Разрешения
Нет элементов для отображения.
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Да |
| content | mustache | Text content to upload. | Да |
| encoding | string | Text encoding for the content. Defaults to utf8. | Нет |
| createDirectories | boolean | If true, create missing parent directories before upload. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| status | string | UPLOADED when the file is written successfully. |
| remotePath | string | Resolved remote destination path. |
| sensitive.fileName | string | Uploaded file name. |
| sensitive.size | string | Uploaded size in bytes. |