Skip to content

List files in SSH directory

GET
/ssh/file_manager/ssh/listFiles

List files in SSH directory. Server: localhost:8084

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Query Parameters

sessionId*

The SSH session identifier

Typestring
Required
path*

The file or directory path

Typestring
Required

Responses

OK

application/json
JSON
[
{
"name": "string",
"path": "string",
"type": "string",
"size": 0,
"modified": "string",
"permissions": "string"
}
]

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0