Tilbake til FTP / SFTP
Koble til Knoon AI med FTP / SFTP for å automatisere AI-arbeidsflyter.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
BETA
Intern
Tillatelser
Det finnes ingen elementer å vise.
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Ja |
| content | mustache | Attachment URL to upload. | Ja |
| createDirectories | boolean | If true, create missing parent directories before upload. | Nei |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |