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