Zurück zu FTP / SFTP
Verbinde Knoon AI mit FTP / SFTP, um KI-Workflows zu automatisieren.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| 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. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |