Retour à FTP / SFTP
Connecter Knoon AI avec FTP / SFTP pour automatiser les flux de travail AI.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Oui |
| content | mustache | Text content to upload. | Oui |
| encoding | string | Text encoding for the content. Defaults to utf8. | Non |
| createDirectories | boolean | If true, create missing parent directories before upload. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |