العودة إلى FTP / SFTP
اتصل بـ Knoon AI مع FTP / SFTP لأتمتة تدفقات عمل الذكاء الاصطناعي.
List files and folders from the connected FTP or SFTP server.
ftpDefaultListDirectory
بيتا
داخلي
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| remotePath | mustache | Optional remote directory path to list. Defaults to the app root path or the server root. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| name | string | Entry name. |
| path | string | Resolved remote path for the entry. |
| type | string | Entry type: file, directory, or link. |
| size | string | Size in bytes when available. |
| modifiedAt | string | Last modified timestamp when available. |