Stat Remote Path
fs_statRetrieve file or directory statistics on a remote server via an SSH session. Provide the session ID and path to obtain details like size, permissions, and modification time.
Instructions
Gets file or directory statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to stat | |
| sessionId | Yes | SSH session ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| size | Yes | ||
| type | Yes | ||
| mtime | Yes |