ssh_file_exists
Check if a file or directory exists on a remote server, returning its existence status, type, size, and permissions.
Instructions
Check if a file or directory exists on a remote server.
Returns existence status, type (file/directory), size, and permissions.
EXAMPLES:
ssh_file_exists("proxmox", "/etc/pve/qemu-server/100.conf")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_name | Yes | Server name | |
| remote_path | Yes | Remote path to check |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||