Kembali ke FTP / SFTP
Sambungkan Knoon AI dengan FTP / SFTP untuk mengotomatisasi alur kerja AI.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
Beta
Internal
Izin
Tidak ada item untuk ditampilkan.
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Ya |
| content | mustache | Attachment URL to upload. | Ya |
| createDirectories | boolean | If true, create missing parent directories before upload. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |