Zurück zu FTP / SFTP
Verbinde Knoon AI mit FTP / SFTP, um KI-Workflows zu automatisieren.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| 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. | Nein |
| createDirectories | boolean | If true, create missing parent directories before upload. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |