Kembali ke FTP / SFTP
Sambungkan Knoon AI dengan FTP / SFTP untuk mengotomatisasi alur kerja AI.
List files and folders from the connected FTP or SFTP server.
ftpDefaultListDirectory
Beta
Internal
Izin
Tidak ada item untuk ditampilkan.
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| remotePath | mustache | Optional remote directory path to list. Defaults to the app root path or the server root. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |