Back to FTP / SFTP

Connect Knoon AI with FTP / SFTP to automate AI workflows.

Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
remotePathmustache Remote destination file path including file name.Yes
contentmustache Text content to upload.Yes
encodingstring Text encoding for the content. Defaults to utf8.No
createDirectoriesboolean If true, create missing parent directories before upload.No
Returns
NameTypeDescription
statusstring UPLOADED when the file is written successfully.
remotePathstring Resolved remote destination path.
sensitive.fileNamestring Uploaded file name.
sensitive.sizestring Uploaded size in bytes.