FTP / SFTP öğesine geri dön
Knoon AI'yi FTP / SFTP ile bağlayarak AI iş akışlarını otomatikleştirin.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
BETA
Dahili
İzinler
Gösterilecek öğe yok.
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | Evet |
| content | mustache | Attachment URL to upload. | Evet |
| createDirectories | boolean | If true, create missing parent directories before upload. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |