Voltar para FTP / SFTP
Conectar Knoon AI com FTP / SFTP para automatizar fluxos de trabalho de AI.
Download a remote file from FTP or SFTP and save it as an attachment. Max supported file size is 20MB.
ftpDefaultDownloadFileToAttachment
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 file path to download. | Sim |
| fileName | mustache | Optional override attachment file name. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |