ย้อนกลับไปยัง 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. |