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