العودة إلى FTP / SFTP
اتصل بـ Knoon AI مع FTP / SFTP لأتمتة تدفقات عمل الذكاء الاصطناعي.
Upload an attachment file to the connected FTP or SFTP server.
ftpDefaultUploadAttachment
بيتا
داخلي
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | نعم |
| content | mustache | Attachment URL to upload. | نعم |
| createDirectories | boolean | If true, create missing parent directories before upload. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| 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. |