Voltar para FTP / SFTP
Conectar Knoon AI com FTP / SFTP para automatizar fluxos de trabalho de AI.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
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 | Attachment URL to upload. | Sim |
| createDirectories | boolean | If true, create missing parent directories before upload. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |