Terug naar FTP / SFTP
Verbinding maken met Knoon AI met FTP / SFTP om AI-workflows te automatiseren.
Download a remote file from FTP or SFTP and save it as an attachment. Max supported file size is 20MB.
ftpDefaultDownloadFileToAttachment
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 file path to download. | Ja |
| fileName | mustache | Optional override attachment file name. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| status | string | DONE when the file is downloaded successfully. |
| content | string | Attachment. |
| sensitive.fileName | string | Attachment file name. |
| sensitive.mimeType | string | Attachment MIME type. |
| sensitive.size | string | Attachment size in bytes when available. |