Voltar para FTP / SFTP
Conectar Knoon AI com FTP / SFTP para automatizar fluxos de trabalho de AI.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Sim |
| content | mustache | Text content to upload. | Sim |
| encoding | string | Text encoding for the content. Defaults to utf8. | Não |
| createDirectories | boolean | If true, create missing parent directories before upload. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |