Πίσω στο 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. |