Terug naar FTP / SFTP
Verbinding maken met Knoon AI met FTP / SFTP om AI-workflows te automatiseren.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| 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. | Nee |
| createDirectories | boolean | If true, create missing parent directories before upload. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |