Indietro a FTP / SFTP
Connetti Knoon AI con FTP / SFTP per automatizzare i flussi di lavoro AI.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Sì |
| content | mustache | Attachment URL to upload. | Sì |
| createDirectories | boolean | If true, create missing parent directories before upload. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |