العودة إلى FTP / SFTP
اتصل بـ Knoon AI مع FTP / SFTP لأتمتة تدفقات عمل الذكاء الاصطناعي.
Download a remote file from FTP or SFTP and save it as an attachment. Max supported file size is 20MB.
ftpDefaultDownloadFileToAttachment
بيتا
داخلي
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| remotePath | mustache | Remote file path to download. | نعم |
| fileName | mustache | Optional override attachment file name. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| status | string | DONE when the file is downloaded successfully. |
| content | string | Attachment. |
| sensitive.fileName | string | Attachment file name. |
| sensitive.mimeType | string | Attachment MIME type. |
| sensitive.size | string | Attachment size in bytes when available. |