Atrás a FTP / SFTP
Conectar Knoon AI con FTP / SFTP para automatizar flujos de trabajo de AI.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
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 | Text content to upload. | Sí |
| encoding | string | Text encoding for the content. Defaults to utf8. | No |
| createDirectories | boolean | If true, create missing parent directories before upload. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |