FTP / SFTP に戻る
FTP / SFTP と Knoon AI を接続して AI ワークフローを自動化します。
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. |