FTP / SFTP로 돌아가기
Knoon AI를 FTP / SFTP과 연결하여 AI 워크플로우를 자동화하세요.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | 네 |
| content | mustache | Text content to upload. | 네 |
| encoding | string | Text encoding for the content. Defaults to utf8. | 아니요 |
| createDirectories | boolean | If true, create missing parent directories before upload. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | UPLOADED when the file is written successfully. |
| remotePath | string | Resolved remote destination path. |
| sensitive.fileName | string | Uploaded file name. |
| sensitive.size | string | Uploaded size in bytes. |