返回 FTP / SFTP

將 Knoon AI 與 FTP / SFTP 連接以自動化 AI 工作流程。

Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
名稱類型說明必填
remotePathmustache Remote destination file path including file name.是的
contentmustache Text content to upload.是的
encodingstring Text encoding for the content. Defaults to utf8.
createDirectoriesboolean If true, create missing parent directories before upload.
退貨
名稱類型說明
statusstring UPLOADED when the file is written successfully.
remotePathstring Resolved remote destination path.
sensitive.fileNamestring Uploaded file name.
sensitive.sizestring Uploaded size in bytes.