Terug naar FTP / SFTP
Verbinding maken met Knoon AI met FTP / SFTP om AI-workflows te automatiseren.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Ja |
| content | mustache | Attachment URL to upload. | Ja |
| createDirectories | boolean | If true, create missing parent directories before upload. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |