Takaisin FTP / SFTP -kohtaan
Yhdistä Knoon AI kohteen FTP / SFTP kanssa automatisoidaksesi AI-työnkulut.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
BETA
Sisäinen
Oikeudet
Näytettävää kohdetta ei ole.
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Kyllä |
| content | mustache | Text content to upload. | Kyllä |
| encoding | string | Text encoding for the content. Defaults to utf8. | Ei |
| createDirectories | boolean | If true, create missing parent directories before upload. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. |