Wróć do FTP / SFTP
Połącz Knoon AI z FTP / SFTP, aby zautomatyzować przepływy pracy AI.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
BETA
Wewnętrzny
Uprawnienia
Brak elementów do wyświetlenia.
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Tak |
| content | mustache | Attachment URL to upload. | Tak |
| createDirectories | boolean | If true, create missing parent directories before upload. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |