Atrás a FTP / SFTP
Conectar Knoon AI con FTP / SFTP para automatizar flujos de trabajo de AI.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
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 destination file path including file name. | Sí |
| content | mustache | Attachment URL to upload. | Sí |
| createDirectories | boolean | If true, create missing parent directories before upload. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |