Atrás a FTP / SFTP
Conectar Knoon AI con FTP / SFTP para automatizar flujos de trabajo 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
Permisos
No hay elementos para mostrar.
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| remotePath | mustache | Remote file path to download. | Sí |
| fileName | mustache | Optional override attachment file name. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |