Indietro a FTP / SFTP
Connetti Knoon AI con FTP / SFTP per automatizzare i flussi di lavoro AI.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| 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 |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |