Tillbaka till FTP / SFTP
Anslut Knoon AI med FTP / SFTP för att automatisera AI-flöden.
Download a remote file from FTP or SFTP and save it as an attachment. Max supported file size is 20MB.
ftpDefaultDownloadFileToAttachment
BETA
Intern
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| remotePath | mustache | Remote file path to download. | Ja |
| fileName | mustache | Optional override attachment file name. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |