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.