Retour à FTP / SFTP
Connecter Knoon AI avec FTP / SFTP pour automatiser les flux de travail AI.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Oui |
| content | mustache | Attachment URL to upload. | Oui |
| createDirectories | boolean | If true, create missing parent directories before upload. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |