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
NaamTypeBeschrijvingVereist
remotePathmustache Remote destination file path including file name.Ja
contentmustache Text content to upload.Ja
encodingstring Text encoding for the content. Defaults to utf8.Nee
createDirectoriesboolean If true, create missing parent directories before upload.Nee
Retouren
NaamTypeBeschrijving
statusstring UPLOADED when the file is written successfully.
remotePathstring Resolved remote destination path.
sensitive.fileNamestring Uploaded file name.
sensitive.sizestring Uploaded size in bytes.