Tillbaka till FTP / SFTP
Anslut Knoon AI med FTP / SFTP för att automatisera AI-flöden.
List files and folders from the connected FTP or SFTP server.
ftpDefaultListDirectory
BETA
Intern
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| remotePath | mustache | Optional remote directory path to list. Defaults to the app root path or the server root. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |