Tilbake til FTP / SFTP
Koble til Knoon AI med FTP / SFTP for å automatisere AI-arbeidsflyter.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
BETA
Intern
Tillatelser
Det finnes ingen elementer å vise.
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| 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. | Nei |
| createDirectories | boolean | If true, create missing parent directories before upload. | Nei |
Returer
| 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. |