العودة إلى FTP / SFTP
اتصل بـ Knoon AI مع FTP / SFTP لأتمتة تدفقات عمل الذكاء الاصطناعي.
Create or overwrite a text file on the connected FTP or SFTP server.
ftpDefaultUploadTextFile
بيتا
داخلي
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| remotePath | mustache | Remote destination file path including file name. | نعم |
| content | mustache | Text content to upload. | نعم |
| encoding | string | Text encoding for the content. Defaults to utf8. | لا |
| createDirectories | boolean | If true, create missing parent directories before upload. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| status | string | UPLOADED when the file is written successfully. |
| remotePath | string | Resolved remote destination path. |
| sensitive.fileName | string | Uploaded file name. |
| sensitive.size | string | Uploaded size in bytes. |