Takaisin FTP / SFTP -kohtaan
Yhdistä Knoon AI kohteen FTP / SFTP kanssa automatisoidaksesi AI-työnkulut.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
BETA
Sisäinen
Oikeudet
Näytettävää kohdetta ei ole.
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Kyllä |
| content | mustache | Attachment URL to upload. | Kyllä |
| createDirectories | boolean | If true, create missing parent directories before upload. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. |