Tilbage til FTP / SFTP
Forbind Knoon AI med FTP / SFTP for at automatisere AI-arbejdsgange.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
BETA
Internt
Tilladelser
Der er ingen elementer at vise.
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Ja |
| content | mustache | Text content to upload. | Ja |
| encoding | string | Text encoding for the content. Defaults to utf8. | Nej |
| createDirectories | boolean | If true, create missing parent directories before upload. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |