Kembali ke FTP / SFTP
Sambungkan Knoon AI dengan FTP / SFTP untuk mengotomatisasi alur kerja AI.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
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 | Text content to upload. | Ya |
| encoding | string | Text encoding for the content. Defaults to utf8. | Tidak |
| createDirectories | boolean | If true, create missing parent directories before upload. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |