Tilbake til FTP / SFTP
Koble til Knoon AI med FTP / SFTP for å automatisere AI-arbeidsflyter.
Download a remote file from FTP or SFTP and save it as an attachment. Max supported file size is 20MB.
ftpDefaultDownloadFileToAttachment
BETA
Intern
Tillatelser
Det finnes ingen elementer å vise.
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| remotePath | mustache | Remote file path to download. | Ja |
| fileName | mustache | Optional override attachment file name. | Nei |
Returer
| 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. |