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