Zurück zu FTP / SFTP
Verbinde Knoon AI mit FTP / SFTP, um KI-Workflows zu automatisieren.
List files and folders from the connected FTP or SFTP server.
ftpDefaultListDirectory
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| remotePath | mustache | Optional remote directory path to list. Defaults to the app root path or the server root. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |