FTP / SFTP로 돌아가기
Knoon AI를 FTP / SFTP과 연결하여 AI 워크플로우를 자동화하세요.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | 네 |
| content | mustache | Attachment URL to upload. | 네 |
| createDirectories | boolean | If true, create missing parent directories before upload. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | UPLOADED when the upload succeeds. |
| remotePath | string | Resolved remote destination path. |
| sensitive.fileName | string | Uploaded file name. |
| sensitive.mimeType | string | Uploaded file MIME type. |
| sensitive.size | string | Uploaded file size in bytes when available. |