Tilbage til FTP / SFTP
Forbind Knoon AI med FTP / SFTP for at automatisere AI-arbejdsgange.
Download a remote file from FTP or SFTP and save it as an attachment. Max supported file size is 20MB.
ftpDefaultDownloadFileToAttachment
BETA
Internt
Tilladelser
Der er ingen elementer at vise.
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| remotePath | mustache | Remote file path to download. | Ja |
| fileName | mustache | Optional override attachment file name. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |